youtube-dl/youtube_dl
Leon Etienne e9611a2a36
[pr0gramm] implement InfoExtractor, Resolves #31433 (#31434)
* [pr0gramm] implement infoextractor

* [pr0gramm] remove misplaced comment, uncapture regex-group

* [pr0gramm]: specify utf-8 coding

* [pr0gramm]: add trailing comma to lists for maintainability

* [pr0gramm]: ie only sets upload_date attribute

* [pr0gramm]: add video_id to title

* [pr0gramm]: more forgiving _valid_url regex

* [pr0gramm]: add uploader to title, if set

* Discriminate URL pattern

---------

Co-authored-by: dirkf <fieldhouse@gmx.net>
2023-02-02 17:13:39 +00:00
..
downloader
extractor [pr0gramm] implement InfoExtractor, Resolves #31433 (#31434) 2023-02-02 17:13:39 +00:00
postprocessor
YoutubeDL.py
__init__.py
__main__.py
aes.py [netease] Get netease music download url through player api (#31235) 2022-10-11 13:55:09 +01:00
cache.py
casefold.py [compat] Work around in case folding for narrow Python build 2022-11-02 11:56:26 +00:00
compat.py [compat] Unify unicode/str compat and move up 2022-11-01 12:40:23 +00:00
jsinterp.py [jsinterp] Improve parsing 2023-02-02 16:31:49 +00:00
options.py
socks.py
swfinterp.py
update.py
utils.py [utils] Backport traverse_obj (etc) from yt-dlp (#31156) 2022-11-03 10:09:37 +00:00
version.py