Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not download youtube video with unicode burger (🍔) in video title #20546

Closed
bcrosser opened this issue Apr 3, 2019 · 2 comments
Closed

Comments

@bcrosser
Copy link

@bcrosser bcrosser commented Apr 3, 2019

Please follow the guide below

  • You will be asked some questions and requested to provide some information, please read them carefully and answer honestly
  • Put an x into all the boxes [ ] relevant to your issue (like this: [x])
  • Use the Preview tab to see what your issue will actually look like

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

  • I've verified and I assure that I'm running youtube-dl 2019.04.01

Before submitting an issue make sure you have:

  • At least skimmed through the README, most notably the FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones
  • Checked that provided video/audio/playlist URLs (if any) are alive and playable in a browser

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other

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:

[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['https://www.youtube.com/watch?v=NxvQPzrg2Wg', '-v']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2019.04.01
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.17763
[debug] exe versions: none
[debug] Proxy map: {}
[youtube] NxvQPzrg2Wg: Downloading webpage
[youtube] NxvQPzrg2Wg: Downloading video info webpage
[debug] Default format spec: best/bestvideo+bestaudio
[debug] Invoking downloader on 'https://r2---sn-mv-q4fs.googlevideo.com/videoplayback?id=o-AMLBGYqKyTGjNFLpycIWzkczSBsLPADY5MXW2o3WI_Xh&mn=sn-mv-q4fs%2Csn-q4flrney&fvip=4&c=WEB&requiressl=yes&ratebypass=yes&sparams=dur%2Cei%2Cid%2Cinitcwndbps%2Cip%2Cipbits%2Citag%2Clmt%2Cmime%2Cmm%2Cmn%2Cms%2Cmv%2Cpl%2Cratebypass%2Crequiressl%2Csource%2Cexpire&source=youtube&mv=m&signature=E2927C745FBEEE69E3F6BBEE662F015E29F2D8DC.D64A70039111126D5161AA658FB8D577402C7188&txp=5532432&mime=video%2Fmp4&dur=528.346&lmt=1547544508396832&key=yt6&ei=yPukXK3fM-uOir4P9_u16As&ms=au%2Crdu&mt=1554316122&itag=22&pl=25&mm=31%2C29&expire=1554337832&ip=160.109.104.44&ipbits=0&initcwndbps=893750'
[download] Resuming download at byte 217140


ERROR: Did not get any data blocks
  File "__main__.py", line 19, in <module>
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp48z7ci11\build\youtube_dl\__init__.py", line 474, in main
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp48z7ci11\build\youtube_dl\__init__.py", line 464, in _real_main
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp48z7ci11\build\youtube_dl\YoutubeDL.py", line 2006, in download
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp48z7ci11\build\youtube_dl\YoutubeDL.py", line 805, in extract_info
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp48z7ci11\build\youtube_dl\YoutubeDL.py", line 859, in process_ie_result
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp48z7ci11\build\youtube_dl\YoutubeDL.py", line 1640, in process_video_result
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp48z7ci11\build\youtube_dl\YoutubeDL.py", line 1913, in process_info
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp48z7ci11\build\youtube_dl\YoutubeDL.py", line 1852, in dl
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp48z7ci11\build\youtube_dl\downloader\common.py", line 364, in download
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp48z7ci11\build\youtube_dl\downloader\http.py", line 342, in real_download
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp48z7ci11\build\youtube_dl\downloader\http.py", line 312, in download
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp48z7ci11\build\youtube_dl\downloader\common.py", line 165, in report_error
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp48z7ci11\build\youtube_dl\YoutubeDL.py", line 622, in report_error
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp48z7ci11\build\youtube_dl\YoutubeDL.py", line 584, in trouble

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):


Description of your issue, suggested solution and other information

Youtube-dl won't download the video either inside a playlist or individually. I think it has something to do with the unicode burger icon in the description.

@bcrosser bcrosser changed the title Does not download youtube video with unicode burger in video title 🍔 Does not download youtube video with unicode burger (🍔) in video title Apr 3, 2019
@pzygielo
Copy link

@pzygielo pzygielo commented Apr 3, 2019

I think it has something to do with the unicode burger icon in the description.

I think it has nothing to do with this icon.
I observe the same error for format 22, but not for 18. 18 is fine.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Apr 3, 2019

> py -3.6 .\youtube_dl\__main__.py NxvQPzrg2Wg
[youtube] NxvQPzrg2Wg: Downloading webpage
[youtube] NxvQPzrg2Wg: Downloading video info webpage
WARNING: Requested formats are incompatible for merge and will be merged into mkv.
[download] Destination: Why Meat is the Best Worst Thing in the World 🍔-NxvQPzrg2Wg.f299.mp4
[download] 100% of 86.47MiB in 00:08
[download] Destination: Why Meat is the Best Worst Thing in the World 🍔-NxvQPzrg2Wg.f251.webm
[download] 100% of 8.81MiB in 00:00
[ffmpeg] Merging formats into "Why Meat is the Best Worst Thing in the World 🍔-NxvQPzrg2Wg.mkv"
Deleting original file Why Meat is the Best Worst Thing in the World 🍔-NxvQPzrg2Wg.f299.mp4 (pass -k to keep)
Deleting original file Why Meat is the Best Worst Thing in the World 🍔-NxvQPzrg2Wg.f251.webm (pass -k to keep)

-f 22 is not available at Youtube side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.