Earlier quoted context omitted.
First, I'm probably not the only one but I find ads really annoying. Also, I always find myself spending so much time on Youtube when I was just coming for one video, that can be problematic. I think Tube is simple but effective.
Unfortunately, it won't filter out pre-roll ads, but there is always YouTube Red, if you dislike ads and don't hate Google.
Show HN: Tube – Minimalist YouTube
61–70 of 116 posts
Re: Show HN: Tube – Minimalist YouTube
#62I have a 2-line shell script using only sed and curl (or equivalent) that obviates any need for youtube-dl, python, third party websites, etc. Unlike youtube-dl it will not download videos where the uploader is some commercial media outlet that wants to prohibit downloading.
Re: Show HN: Tube – Minimalist YouTube
#63Re: Show HN: Tube – Minimalist YouTube
#64IANAL but I think this might be a violation of YouTube ToS
Ah, ok. Hopefully they don't nuke my account. No scraping or mean stuff, it's all above board and using Google's APIs.
Re: Show HN: Tube – Minimalist YouTube
#65I searched for "darkest dungeon" and first hits were for Ed Sheeran and One Direction. I know searching is a tricky problem, but this is ridiculously bad.
Re: Show HN: Tube – Minimalist YouTube
#66Re: Show HN: Tube – Minimalist YouTube
#67This does not work for me. No matter what I search for I get the same results, namely, Marvel Studios' Avengers, Ed Sheeran, One Direction, etc.
Re: Show HN: Tube – Minimalist YouTube
#68Earlier quoted context omitted.
youtube-dl is really cool, and supports loads of sites as well as just youtube. VLC can also play youtube URLs directly, although buffering can be annoying. There's also a Python package called "whitey" which provides an ncurses interface for searching youtube, and sending videos to e.g. mplayer or youtube-dl. If you want to "subscribe" without needing an account, every youtube channel provides an RSS feed (look in t…
VLC can also play youtube URLs directly I legitimately did not know this, thanks for the knowledge share! Can it follow playlist s of videos? There's a few video game streamers whose commentary and remarks are so funny and well written I find myself listening to them more like a podcast than watching the video, so I'm often queuing up playlists and having the background noise while doing house chores and the like
Also, mpv can use youtube-dl if both are installed to play YouTube playlists, e.g.:
mpv https://www.youtube.com/playlist?list=PLhyKYa0YJ_5DfJnFBZwz8xd37MA6I16oJ
Note that you need to pass it the link to the playlist itself and not a video in the playlist: https://github.com/mpv-player/mpv/wiki/FAQ#How_can_I_play_Yo...Re: Show HN: Tube – Minimalist YouTube
#69For some time I've been tinkering with a script which manages my own fine-grained youtube subscription preferences, periodically scrapes various pages for metadata, and then as necessary extracts videos by using the youtube-dl utility. The end result is a directory on my machine which always has a few interesting videos to watch, ad-free, tracking-free, network connection free, using my favorite full-featured video p…
youtube-dl is really cool, and supports loads of sites as well as just youtube. VLC can also play youtube URLs directly, although buffering can be annoying. There's also a Python package called "whitey" which provides an ncurses interface for searching youtube, and sending videos to e.g. mplayer or youtube-dl. If you want to "subscribe" without needing an account, every youtube channel provides an RSS feed (look in t…
Agreed, here's a list of sites it supports: https://github.com/rg3/youtube-dl/blob/master/docs/supported...
Re: Show HN: Tube – Minimalist YouTube
#70For some time I've been tinkering with a script which manages my own fine-grained youtube subscription preferences, periodically scrapes various pages for metadata, and then as necessary extracts videos by using the youtube-dl utility. The end result is a directory on my machine which always has a few interesting videos to watch, ad-free, tracking-free, network connection free, using my favorite full-featured video p…
I do similar with cron but often get videos as they're still processing (and thus only at lower qualities). One issue is the channels I 'subscribe' to don't always output at the same resolution and frame rate.. so I can't do a simple 'is video 4k60' test.