mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-22 16:44:32 +01:00
a38b8a609b
Currently only iframes with a data-src attribute are recognised by the extractor, meaning no video is found for the URL in the linked bug (extraction fails with RegexNotFoundError). This fix removes "data-" from the regex pattern, meaning both data-src and src will be matched. Technically something like xyzsrc would be matched as well, but I do not think this is a problem. |
||
---|---|---|
.. | ||
downloader | ||
extractor | ||
postprocessor | ||
__init__.py | ||
__main__.py | ||
aes.py | ||
cache.py | ||
compat.py | ||
jsinterp.py | ||
options.py | ||
socks.py | ||
swfinterp.py | ||
update.py | ||
utils.py | ||
version.py | ||
YoutubeDL.py |