Add a script retrieving the Youtube channel ID from its name.

This commit is contained in:
ASR
2022-05-31 08:19:44 +02:00
commit f847654602
4 changed files with 88 additions and 0 deletions

2
mypy.ini Normal file
View File

@@ -0,0 +1,2 @@
[mypy-scrapy.*]
ignore_missing_imports = True