coletdjnz
51f3740030
Move away from contextvars
2024-11-30 12:57:30 +13:00
coletdjnz
21e13bfa84
Decouple plugins.py from plugin types
2024-10-20 11:59:29 +13:00
coletdjnz
413ae7693b
Make globals internal-only
2024-10-19 16:25:36 +13:00
coletdjnz
3d939b68fe
Merge remote-tracking branch 'upstream/master' into misc/globals-and-plugins-revive
...
# Conflicts:
# yt_dlp/YoutubeDL.py
# yt_dlp/__init__.py
# yt_dlp/options.py
# yt_dlp/plugins.py
# yt_dlp/postprocessor/__init__.py
# yt_dlp/utils/_utils.py
2024-10-19 13:31:43 +13:00
Simon Sawicki
8c297d184c
Its lazy now at least?
2023-01-16 04:55:36 +01:00
Simon Sawicki
40f772c300
Rough demo
2023-01-07 08:19:13 +01:00
pukkandan
560738f34d
[extractor] Import _ALL_CLASSES
lazily
...
This significantly speeds up `import yt_dlp` in the absence of `lazy_extractors`
2022-06-16 06:23:50 +05:30
pukkandan
99d10bf607
[cleanup, extractor] Rename extractors.py
to _extractors.py
...
This should be considered part of the next commit,
but is separated so that `git` can detect the renaming better
2022-06-16 06:23:49 +05:30
pukkandan
82d020804d
[extractor] Use classmethod/property where possible
...
and refactor lazy extractors accordingly.
This reduces the need to create extractor instances
2022-05-13 00:23:26 +05:30
pukkandan
8dcce6a89c
[extractor] Document netrc machines
...
Closes #3169
2022-05-11 22:10:15 +05:30
pukkandan
19a0394044
[cleanup] Misc cleanup and refactor ( #2173 )
2022-04-18 02:28:28 +05:30
pukkandan
6e21fdd279
[build] Enable lazy-extractors in releases
...
Set the environment variable `YTDLP_NO_LAZY_EXTRACTORS`
to forcefully disable lazy extractor loading
2021-10-21 19:41:33 +05:30
pukkandan
3ae5e79774
[postprocessor] Add plugin support
...
Adds option `--use-postprocessor` to enable them
2021-09-30 03:32:46 +05:30
pukkandan
2f567473c6
[Plugins] Prioritize plugins over standard extractors
...
and prevent plugins from overwriting the standard extractor classes
Closes #304
2021-05-09 04:22:27 +05:30
Pccode66
7a5c1cfe93
Completely change project name to yt-dlp ( #85 )
...
* All modules and binary names are changed
* All documentation references changed
* yt-dlp no longer loads youtube-dlc config files
* All URLs changed to point to organization account
Co-authored-by: Pccode66
Co-authored-by: pukkandan
2021-02-25 00:15:56 +05:30