ytdl-org / youtube-dl

Command-line program to download videos from YouTube.com and other video sites
http://ytdl-org.github.io/youtube-dl/
The Unlicense
132k stars 10.01k forks source link

Support for Nosey.com #23120

Open dwalkerdon opened 4 years ago

dwalkerdon commented 4 years ago

I was Wondering if the team could add support for nosey.com. here is a link example: https://www.nosey.com/watch/channel/nosey_general/14-c3al0cgz1ub4-stunning-secrets-revealed

Thrasher88 commented 4 years ago

I agree! I found a temporary method to grabbing the streams that will sometimes work, but it's resulted in some glitchy video for me at times. It works more often than not though. All you need is a browser with Developer tools and VLC Media Player. Once you grab the master.m3u8 link to the video you want (using Developer tools), open the file using Notepad. There will be several links showing different streams. Copy the very last link For example: '#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=3919000,RESOLUTION=640x480'

Underneath that will be a link. Copy it, then paste that link in your browser. It will download something called 'Rendition.m3u8'. Now open up VLC Media Player, select 'Media' at the top left corner, scroll down and select 'Convert / Save'. Now find your 'Rendition.m3u8' file, select it and hit 'Convert / Save' below. Now rename the '.m3u8' file to '.mp4' It will save the highest quality stream copy of the video for you to a .mp4 file so you can watch it on your TV or whatever you want.

Sometimes the file ends up being a little jumpy. Right now I'm dealing with lousy sound quality on some videos, but there is probably a setting that I'm neglecting. I'm hoping youtube-dl will support this site in the future. If you're into oldschool talkshows, this site is a treasure trove.

Edit: I forgot to mention, once you grab the highest quality stream and VLC Media Player finishes it, it will be anywhere from 650MB to 1.5GB, depending on the length and bitrate. I've saved some pretty large files, but the quality on some of them have been really excellent.