Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
arte.tv +7 not able to dl best mp4 stream? #3218
Comments
|
Could you explain how do you get the url from http://arte.tv/papi/tvguide/videos/stream/D/047958-000_PLUS7-D/ALL/ALL.json, because I don't see any video urls there. We currently extract the urls from http://www.arte.tv/papi/tvguide/videos/stream/player/D/047958-000_PLUS7-D/ALL/ALL.json (in the Note: I access the urls from Spain, so they may serve different content. |
|
alright here is the manual process; lets say i want this documentation from arte (accessed from germany - u maybe want to try it with another stream of your choice):
In the html-source I am searching for "PLUS7-D/ALL/ALL.json" which will give me the following link:
Removing "player/" from the above link and opening it after will give me the json file i mentioned in my first post:
And inside that json u find the 2200 bps mp4 file:
|
|
This is what i get when I access the url: https://gist.github.com/jaimeMF/af76e4b5bd94f44123cd, could you post the json files you get? |
|
player.json:
no_player.json:
|
|
That's interesting. Unfortunately, since I can't reproduce the results, I won't be able to work on this myself. |
|
This video is no longer available. |
Hi,
i know that it is possible to download a 2200 bps mp4 stream manually if you search the json file on the arte website (extract "http://artestras.vo.llnwxd.net/o35/nogeo/HBBTV/047958-000-A_SQ_1_VA-STA_01366005_MP4-2200_AMM-HBBTV.mp4" from "http://arte.tv/papi/tvguide/videos/stream/D/047958-000_PLUS7-D/ALL/ALL.json").
However youtube-dl offers me only the following formats:
If I use "-f mp4" it gets me the lower quality version with 1500 bps (also shown above).
Am I doing something wrong or is youtube-dl not able to get the 2200 bps mp4 stream?