-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Signature extraction failed on a specific YT video #18093
Comments
have same problems with (seems like) videos from early 2017 or 2015 |
For whatever it's worth, the video I am having difficulties with was uploaded to YT back in 2011. |
Huh... It seems SOMETIMES it can download videos when they may have this error. I got it to download a video once but it decided to have this error a couple minutes later. |
Khang-NT
referenced
this issue
in Khang-NT/youtube-dl
Nov 7, 2018
* 'master' of https://github.com/rg3/youtube-dl: (186 commits) release 2018.11.07 [ChangeLog] Actualize [ci skip] [youtube] Add another JS signature function name regex (closes #18091, closes #18093, closes #18094) [facebook] fix tahoe request(closes #17171) [cliphinter] Fix extraction (closes #18083) [youtube:playlist] Add support for invidio.us (closes #18077) [osnateltv] Update host [zattoo] Arrange API hosts for derived extractors (closes #18035) [README.md] Improve documentation on safe metadata extraction and add more examples [youtube] Add fallback metadata extraction from videoDetails (closes #18052) release 2018.11.03 [ChangeLog] Actualize [ci skip] [laola1tv:embed] Set correct stream access URL scheme (closes #16341) [ehftv] Add extractor (closes #15408) [azmedien] Simplify (closes #17746) [azmedien] Adopt to major site redesign (closes #17745) [extractor/common] Ensure response handle is not prematurely closed before it can be read if it matches expected_status (resolves #17195, closes #17846, resolves #17447) [twitcasting] Improve extraction and fix issues (closes #17981) [twitcasting] Add extractor [orf:tvthek] Improve extraction and remove unused code (closes #17956, closes #18024) ...
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What is the purpose of your issue?
Description of the issue:
The following commands only seem to fail on this particular YouTube video, while numerous other videos succeed without incident.
I initially tried this download command, which uses ffmpeg to combine the best mp4 and m4a available into a resulting 'best mp4':
# youtube-dl -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/mp4' a36_CwzA0bk
I then tried passing the full YouTube URL, which also failed. I then tried a simple query to see if maybe mp4 was not an available format for some reason. The log above is from this last command, with the addition of the -v option.
# youtube-dl -vF a36_CwzA0bk
The text was updated successfully, but these errors were encountered: