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
131.67k stars 9.97k forks source link

Request for spuul free movies #13262

Closed sumanex closed 7 years ago

sumanex commented 7 years ago

Please follow the guide below


Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2017.05.29. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.

Before submitting an issue make sure you have:

What is the purpose of your issue?


The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue


If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:

Add -v flag to your command line you run youtube-dl with, copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):

$ youtube-dl -v <your command line>
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-v', u'http://www.youtube.com/watch?v=BaW_jenozKcj']
[debug] Encodings: locale cp1251, fs mbcs, out cp866, pref cp1251
[debug] youtube-dl version 2017.05.29
[debug] Python version 2.7.11 - Windows-2003Server-5.2.3790-SP2
[debug] exe versions: ffmpeg N-75573-g1d0487f, ffprobe N-75573-g1d0487f, rtmpdump 2.4
[debug] Proxy map: {}
...
<end of log>

If the purpose of this issue is a site support request please provide all kinds of example URLs support for which should be included (replace following example URLs by yours):

Note that youtube-dl does not support sites dedicated to copyright infringement. In order for site support request to be accepted all provided example URLs should not violate any copyrights.


Description of your issue, suggested solution and other information

Explanation of your issue in arbitrary form goes here. Please make sure the description is worded well enough to be understood. Provide as much context and examples as possible. If work on your issue requires account credentials please provide them or explain how one can obtain them.

Hello, I want to request for site support for the site below: https://spuul.com/browse/top-rated/free

They have lot of free movies mainly Indian content. No login is needed for free movies. They stream through m3u8 (AES-128 encrypted) protocol. thanks for youtube-dl for the wonderful youtube downloads and sonyLIV.

girlpunk commented 7 years ago

@sumanex Please read and fill in the relevant details in the template above your request. Remember that youtube-dl does not support sites dedicated to copyright infringement. In order for site support request to be accepted all provided example URLs should not violate any copyrights.

sumanex commented 7 years ago

spuul free movies in the above url does not even require login to vie content in their site, Only premium movies require subscription.I am requesting for free movies only.For example, in the link below: https://spuul.com/videos/231-bombay-to-goa , one can immediately see the movie in the browser. In the network inspector I am detecting m3u8 url in the format: https://watch.spuul.com/ref1086m-ovie-0000-0000-000000000000/hls/1495020922/480p/rendition.m3u8, which is AES encrypted like below:

EXT-X-KEY:METHOD=AES-128,URI="https://secure.spuul.com/keys/watch/ref1086m-ovie-0000-0000-000000000000/hls/1495020922/480p/rendition-encryption-00001.key",IV=0x72ad88553ee14a00a64b6081ae7c3b25

the key canbe requested with curl.

yan12125 commented 7 years ago

Duplicate of #10985