[noop] add 'noop' extractor

This commit is contained in:
Mike Fährmann
2024-10-28 15:49:39 +01:00
parent 76f855d87b
commit 5de8576ff6
4 changed files with 57 additions and 0 deletions

View File

@@ -441,6 +441,7 @@ IGNORE_LIST = (
"test",
"ytdl",
"generic",
"noop",
)