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.36k stars 9.95k forks source link

[vrv] no thumbnail is downloaded #19005

Open ealgase opened 5 years ago

ealgase commented 5 years ago

Please follow the guide below


Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2019.01.24. 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 ```):

[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'--write-thumbnail', u'-v', u'https://vrv.co/watch/GYK51MEER/BLEND-S:First-Time-Super-Sadist']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2019.01.24
[debug] Python version 2.7.12 (CPython) - Linux-3.14.0-x86_64-with-Ubuntu-16.04-xenial
[debug] exe versions: ffmpeg 2.8.15, ffprobe 2.8.15, phantomjs 2.1.1
[debug] Proxy map: {}
[vrv] None: Downloading webpage
[vrv] GYK51MEER: Downloading resource path JSON metadata
[vrv] GYK51MEER: Downloading CMS Signing JSON metadata
[vrv] GYK51MEER: Downloading video JSON metadata
[vrv] GYK51MEER: Downloading streams JSON metadata
[vrv] GYK51MEER: Downloading audio-ja-JP m3u8 information
[vrv] GYK51MEER: Downloading audio-ja-JP-hardsub-es-LA m3u8 information
[vrv] GYK51MEER: Downloading audio-ja-JP-hardsub-en-US m3u8 information
[vrv] GYK51MEER: Downloading audio-ja-JP-hardsub-pt-BR m3u8 information
[vrv] GYK51MEER: Downloading audio-ja-JP MPD information
[vrv] GYK51MEER: Downloading audio-ja-JP-hardsub-es-LA MPD information
[vrv] GYK51MEER: Downloading audio-ja-JP-hardsub-en-US MPD information
[vrv] GYK51MEER: Downloading audio-ja-JP-hardsub-pt-BR MPD information
[debug] Default format spec: bestvideo+bestaudio/best
[debug] Invoking downloader on u'https://a-vrv.akamaized.net/evs/275548270a7e2f98cbb91c21623910bf/assets/555bee91c83c32cc2b4a957fd4b886de_,3321959.mp4,3321962.mp4,3321956.mp4,3321950.mp4,3321953.mp4,.urlset/'
[dashsegments] Total fragments: 145
[download] Destination: First-Time Super Sadist-GYK51MEER.fdash-audio-ja-JP-hardsub-en-US-f2-v1-x3.mp4
[download]   1.4% of ~102.34MiB at  8.67MiB/s ETA 01:06^C
ERROR: Interrupted by user

Description of your issue, suggested solution and other information

The thumbnail for the video (https://static.vrv.co/imgsrv/display/thumbnail/640x360/catalog/crunchyroll/b0038c197816f6f58ded881685d4a906.jpg) should be downloaded, but isn't.

jnickc commented 5 years ago

I have similar output and found out that it's downloaded but to another path that I actually expected.

Evil-Crab commented 5 years ago

It seems that API format for thumbnails slightly changed. I fixed it in https://github.com/ytdl-org/youtube-dl/pull/20376