mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-10-31 23:02:40 +00:00
779822d945
'make lazy-extractors' creates the youtube_dl/extractor/lazy_extractors.py (imported by youtube_dl/extractor/__init__.py), which contains simplified classes that only have the 'suitable' class method and that load the appropiate class with the '__new__' method when a instance is created.
37 lines
389 B
Text
37 lines
389 B
Text
*.pyc
|
|
*.pyo
|
|
*.class
|
|
*~
|
|
*.DS_Store
|
|
wine-py2exe/
|
|
py2exe.log
|
|
*.kate-swp
|
|
build/
|
|
dist/
|
|
MANIFEST
|
|
README.txt
|
|
youtube-dl.1
|
|
youtube-dl.bash-completion
|
|
youtube-dl.fish
|
|
youtube_dl/extractor/lazy_extractors.py
|
|
youtube-dl
|
|
youtube-dl.exe
|
|
youtube-dl.tar.gz
|
|
.coverage
|
|
cover/
|
|
updates_key.pem
|
|
*.egg-info
|
|
*.srt
|
|
*.sbv
|
|
*.vtt
|
|
*.flv
|
|
*.mp4
|
|
*.m4a
|
|
*.m4v
|
|
*.part
|
|
*.swp
|
|
test/testdata
|
|
.tox
|
|
youtube-dl.zsh
|
|
.idea
|
|
.idea/*
|