mirror of https://github.com/yt-dlp/yt-dlp
Make globals internal-only
parent
4266658602
commit
413ae7693b
@ -1,7 +1,7 @@
|
||||
from collections import defaultdict
|
||||
from contextvars import ContextVar
|
||||
|
||||
# NAME = 'yt-dlp'
|
||||
# Internal only - no backwards compatibility guaranteed
|
||||
|
||||
postprocessors = ContextVar('postprocessors', default={})
|
||||
extractors = ContextVar('extractors', default={})
|
Loading…
Reference in New Issue