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
129.67k stars 9.77k forks source link

Add Bittorent Bundle #8172

Open izissise opened 8 years ago

izissise commented 8 years ago

https://bundles.bittorrent.com/ For most film the site provide a trailer. The url is in audio/video tag, you just have to change the end of the url with the filename you want (which are at the end of the page, kindly provided by the site) to retrieve the full film/album. Example:

https://bundles.bittorrent.com/bundles/killswitch

Which should give you this url:

 https://s3.amazonaws.com/content-bundles/production-df0ec56d-0fbb-bc2c-11e7-354ff3af9c4e/445f077458b8583394423c53b88b5019f861ab0c9753b398dbf2396a88df1f66/xcode/Killswitch/Killswitch - Documentary Trailer.mp4

This only the trailer, now if you want the full film, just take the name of the file at the bottom of the page and replace it in the url like so:

 https://s3.amazonaws.com/content-bundles/production-df0ec56d-0fbb-bc2c-11e7-354ff3af9c4e/445f077458b8583394423c53b88b5019f861ab0c9753b398dbf2396a88df1f66/xcode/Killswitch/Killswitch_BT-Launch_20151019-8.5Mbs.mp4
dstftw commented 8 years ago

If this is a site support requests you must provide an example URL.

izissise commented 8 years ago

Ok I have updated the issue.

sudovijay commented 8 years ago

API URL - https://bundles.bittorrent.com/api/v1/bundles/ + {bundleId}

Ex - https://bundles.bittorrent.com/api/v1/bundles/killswitch

vxbinaca commented 8 years ago

Perhaps tag this issue site-support-request?