diff options
author | bashonly <88596187+bashonly@users.noreply.github.com> | 2022-10-03 16:15:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-03 21:45:22 +0530 |
commit | 4a61501db9369c813f913dc491c36951f8b087ad (patch) | |
tree | cea5fb319cb86e93bc9934eda320a3fa989c0d26 /setup.py | |
parent | 7244895bde622c6aa0f2d858af1989c4b4f7b4aa (diff) | |
download | hypervideo-pre-4a61501db9369c813f913dc491c36951f8b087ad.tar.lz hypervideo-pre-4a61501db9369c813f913dc491c36951f8b087ad.tar.xz hypervideo-pre-4a61501db9369c813f913dc491c36951f8b087ad.zip |
[extractor/anvato] Fix extractor and refactor (#5074)
Authored by: bashonly
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -32,7 +32,6 @@ def packages(): return [ 'yt_dlp', 'yt_dlp.extractor', 'yt_dlp.downloader', 'yt_dlp.postprocessor', 'yt_dlp.compat', - 'yt_dlp.extractor.anvato_token_generator', ] |