Sometimes…

  • 2 Posts
  • 21 Comments
Joined 4 years ago
cake
Cake day: December 18th, 2020

help-circle

  • Forgot to mention that mpv is how I actually watch the videos. Newsboat downloads a list from each channel kinda like an RSS feed. I can then select any video & download it by pressing a keybinding. It’s been a while since I last had to actually set this up, but off memory, here’s some quick info…

    The file ~/.newsboat/urls contains URLs similar to the one below. Just replace CHANNEL_ID with the actual channel ID. You can find the channel ID in the URL of the channel’s page…

    https://www.youtube.com/feeds/videos.xml?channel_id=CHANNEL_ID

    With the URLs in place you can edit your newsboat config file to set up a key binding for downloading videos using yt-dlp. It should be as simple as adding something like the following to the config…

    macro d set browser “yt-dlp %u”; open-in-browser ; set browser “xdg-open %u”

    This binds the d key to use yt-dlp to download videos.




  • Raccoonn@lemmy.mltolinuxmemes@lemmy.worldnuclear take:
    link
    fedilink
    arrow-up
    27
    arrow-down
    1
    ·
    edit-2
    6 months ago

    OpenSUSE was actually released long before Arch even existed. I’m an Arch user, btw, but I consider both operating systems to be excellent choices. Everyone has their own preferences. Let people enjoy what they like and embrace their individuality. We don’t all have to be alike…







  • Had some problems while trying to compile and install a WiFi driver for the first time. Managed to find the email of the driver’s creator and sent them a message. They responded a few hours later with incredibly helpful guidance, walking me through the process and enabling me to get it working, all while gaining valuable insights…






  • Raccoonn@lemmy.mltolinuxmemes@lemmy.worldYou have no power here
    link
    fedilink
    arrow-up
    0
    arrow-down
    1
    ·
    1 year ago

    Way back in 2003, I had a school project partner over to do some work on a project. They had a floppy that was infected with some malicious stuff and had planned to utterly trash my computer with it. I only found out at a later date because some guys were asking me questions about my computer, and someone spilled the beans whenever they realised that my computer wasn’t infected and was indeed still functioning completely fine…




  • Raccoonn@lemmy.mlOPtoUnixporn@lemmy.mlFetch!!
    link
    fedilink
    arrow-up
    4
    ·
    1 year ago

    While I’ve nothing against neofetch, I prefer to use my own fetch because it needs little to no maintenance and has everything I need. I actually think that maintaining a neofetch config might actually be more work in the long run. Anyway… I’m using plain old Bash for my shell prompt. I’ve just customized it using nerd fonts (see one of my other comments on this post for the command)