-
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
[ARD] Wrong match pattern #22724
Comments
Mhm - seems the ARD extractor is not even used. Maybe because the URL does not contain the typical youtube-dl/youtube_dl/extractor/ard.py Line 245 in 4cee62a
? |
Relaxing the pattern to:
appears to make things work. |
Your pattern does not work for me. |
@scrouthtv Can you elaborate what "does not work" means? It still works perfectly well here with the example URL I provided, using version 2020.05.29 patching just the expression, with Python 3.7. It's hard to reproduce a "does not work" without any details whatsoever. |
I'm trying
|
@scrouthtv Then it's clear, your error is about a completely different expression. While this issue is about the youtube-dl/youtube_dl/extractor/ard.py Lines 244 to 245 in 4cee62a
your problem is with the ARDBetaMediathek extractor, which is found here:youtube-dl/youtube_dl/extractor/ard.py Lines 305 to 306 in 4cee62a
Likely, that regex also needs some kind of adaption, but that warrants a new issue I think. |
Welp, sorry, those line numbers vary from mine for some reason, I wasn't sure which extractor you were talking about and this was the only open issue about ARD so I just guessed. Never mind me then |
* https://github.com/ytdl-org/youtube-dl: [ard] improve clip id extraction(ytdl-org#22724)(closes ytdl-org#28528) release 2021.03.25 [ChangeLog] Actualize [ci skip] [zoom] Add new extractor(closes ytdl-org#16597, closes ytdl-org#27002, closes ytdl-org#28531) [extractor] escape forgotten dot for hostnames in regular expression (ytdl-org#28530) [bbc] fix BBC IPlayer Episodes/Group extraction(closes ytdl-org#28360) [youtube] Fix default value for youtube_include_dash_manifest (closes ytdl-org#28523)
Checklist
Verbose log
Description
This downloads an empty file, also when not using aria2c as downloader.
Other videos from the same page work fine, but also this video works fine in the browser.
The text was updated successfully, but these errors were encountered: