1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-11-25 19:52:11 +00:00
youtube-dl/youtube_dl
nixxo d53fec697e
[mailru] fixed extraction
improved valid_url regex to match more urls like
>https://my.mail.ru/mail/7bw7/video/embed/_myvideo/6778
>https://videoapi.my.mail.ru/videos/embed/mail/7bw7/_myvideo/6778.html
previously not matched.

Fixed json extraction to download metadata and video url.
2020-09-07 14:21:21 +02:00
..
downloader [downloader/http] Request last data block of exact remaining size 2020-05-05 21:43:39 +07:00
extractor [mailru] fixed extraction 2020-09-07 14:21:21 +02:00
postprocessor [postprocessor/ffmpeg] Embed series metadata with --add-metadata 2020-05-23 12:28:15 +07:00
__init__.py
__main__.py
aes.py Switch codebase to use compat_b64decode 2018-01-23 22:23:12 +07:00
cache.py
compat.py [compat] Introduce compat_cookiejar_Cookie 2020-05-05 05:54:10 +07:00
jsinterp.py
options.py [options] Clarify doc on --exec command (closes #19087) (#24883) 2020-04-24 02:31:38 +07:00
socks.py
swfinterp.py
update.py
utils.py [utils] Recognize wav mimetype (closes #26463) 2020-09-06 11:19:53 +07:00
version.py release 2020.09.06 2020-09-06 13:00:41 +07:00
YoutubeDL.py