Open AOne-T opened 5 years ago
... The first free full video available at the URI specified is hosted on VIMEO; with a bit of URL sniffing (via Web Console), it can be downloaded with the following command:
youtube-dl -c --no-part --referer "https://itvdn.com/ru/patterns" -f "http-720p" "https://player.vimeo.com/video/170944837" -o "Шаблоны проектирования - Введение (Full).mp4"
=>
[vimeo] 170944837: Downloading webpage
[vimeo] 170944837: Extracting information
[vimeo] 170944837: Downloading JSON metadata
WARNING: Unable to download JSON metadata: HTTP Error 404: Not Found
[vimeo] 170944837: Downloading akfire_interconnect_quic m3u8 information
[vimeo] 170944837: Downloading fastly_skyfire m3u8 information
[vimeo] 170944837: Downloading akfire_interconnect_quic MPD information
[vimeo] 170944837: Downloading akfire_interconnect_quic MPD information
[vimeo] 170944837: Downloading fastly_skyfire MPD information
[vimeo] 170944837: Downloading fastly_skyfire MPD information
[download] Destination: Шаблоны проектирования - Введение (Full).mp4
[download] 23.0% of 80.32MiB at 1.47MiB/s ETA 00:42
Though not tried, I expect the rest of the free videos (of the playlist) to be downloadable via a similar fashion... 😜
Using developer console in browser, I only found out that it downloads video is m4s segments. Where did you find the full url?
Using the url you provided I found other urls throughout the course (it is free up to february 13th) and downloaded it. Thanks! But having it automated would be nice.
Using developer console in browser, I only found out that it downloads video is m4s segments. Where did you find the full url?
Hello Alex 😄
As I already said, I used Web Console (CTRL+SHIFT+K) among the Developer Tools in a Mozilla type browser (I avoid Google Chrome like the plague...) - once I loaded the free video and it started playing, I noticed the vimeo.api/oembed.json
web request (meaning the embedded video is hosted on VIMEO) and soon after the link to the video itself, player.vimeo.com/video/170944837
:
I hope it's clearer now for you... 😉 Regards
@Vangelis66 Thanks for explanation!
Please follow the guide below
x
into all the boxes [ ] relevant to your issue (like this:[x]
)Make sure you are using the latest version: run
youtube-dl --version
and ensure your version is 2019.02.08. 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 the
-v
flag to your command line you run youtube-dl with (youtube-dl -v <your command line>
), copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):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.