- Joined
- Jan 1, 2020
I finally figured out how to watch youtube playlists in reverse after years of relying on shitty browser extensions that keep breaking
it works with bitchute channels but fails to get NSFW/NSFL videos:
Picture-in-picture (can resize to any size unlike in chromium): add --ontop --no-border
limit quality to 1080p: add --ytdl-format="bestvideo[height<=1080]+bestaudio/best"
more youtube-dl options - more mpv options
- install mpv
- put youtube-dl.exe in mpv installation folder
- run
mpv https://www.youtube.com/playlist?list=PLIcn3kkOW_amAs8bXXmf1l3-Tcsha6o4r --ytdl-raw-options=playlist-reverse=
mpv https://www.youtube.com/SleepyCabin --ytdl-raw-options=playlist-reverse=
it works with bitchute channels but fails to get NSFW/NSFL videos:
mpv https://www.bitchute.com/channel/KiwiFarms --ytdl-raw-options=playlist-reverse=
Picture-in-picture (can resize to any size unlike in chromium): add --ontop --no-border
limit quality to 1080p: add --ytdl-format="bestvideo[height<=1080]+bestaudio/best"
more youtube-dl options - more mpv options
Last edited: