Hacker Read top | best | new | newcomments | leaders | about | bookmarklet login

https://invidio.us

Or mpv (for single videos, or local playlists), or mps-youtube, or youtube-dl.



sort by: page size:

https://mpv.io/ has yt-dlp support, if yt-dlp is installed you just need to throw the URL at it and it plays the video (without download).

There's https://syncplay.pl/ for video files.

Turns out the video's hosted on YouTube for those prefering to stream audio via mpv (or similar tools):

https://youtube.com/watch?v=5z-XIahirdk


You can just run “vlc https://youtube.com/watch/…”. There’s also YouTube-dl integration for mpv if I’m not mistaken.

or use https://mpv.io/ which will use ytdl internally to 'just play the fkn vid from the url' kthxby

youtube-dl [1] can handle it, you can use it together with mpv [2] to directly play the video.

[1] https://rg3.github.io/youtube-dl/ [2] https://mpv.io/


You can simply open youtube links with mpv.

I'll load the URL directly either in mpv (desktop or Mobile via Termux), or VLC.

Fuck YouTube entirely.

The pain of using the Web interface is precisely the point, as someone's KPIs are steering users to apps. That's succeeding, though it's not YT's apps which are substituting....

I still miss the mps-yt app, though I'd found an alternative recently, yewtube (still need to try it out).

<https://github.com/mps-youtube/mps-youtube/issues/1191>

<https://iamtalhaasghar.github.io/yewtube/#installation>


> (i prefer to use the native one personally)

Then you should try - SMTube[0].

SMTube allow use "mpv + youtube-dl" for play videos.[1]

[0] http://www.smtube.org/

[1] https://blog.smplayer.info/how-to-download-videos-with-the-n...


mps-youtube is quite nice: https://github.com/mps-youtube/mps-youtube

(note that by default it only shows music videos, but it's easy to change: https://github.com/mps-youtube/mps-youtube/wiki/Troubleshoot...)


This is why I always use `mpv https://www.youtube.com/watch?v=...` instead of clicking on Youtube links. It bypasses all the Javascript and plays the raw video stream. (youtube-dl needs to be installed.)

I often use mpv with a yt-dlp hook, which means I can basically just do ``mpv youtube.com/watch/whatever``, and stream the video in mpv.

fun fact: mpv couples youtube-dl to itself and can view youtube videos simply from the command line.

example:

mpv "https://www.youtube.com/watch?v=a3Ey4YChtEU"

(you need quotes because most shells will try to glob match)


there are browser addons that directly pass the current site's URL to mpv, which in turn uses youtube-dl to fetch the contents. so it's pretty much 1-click playback.

Similarly, https://d.tube/ uses IPFS network to retrieve videos.

If you have mpv and youtube-dl, you can just `mpv http://youtube.com/whatever` and it'll play. Much better performance than anything in browser from my experience.

I just have a keybinding for `mpv $(xsel -o)` which plays whatever url I have in my clipboard in mpv.


Yes, I have a browser plugin to open youtube links in mpv, but it's been unusable recently with constant buffering. I dont even fetch them at best quality.

youtube-dl https://vimeo.com/370554138

works for me!


aka

  mpv https://youtube.com/video-url
next

Legal | privacy