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

15
setup.cfg Normal file
View File

@@ -0,0 +1,15 @@
[pycodestyle]
max_line_length = 100
[flake8]
max_line_length = 100
[yapf]
based_on_style = "pep8"
column_limit = 100
[pylint]
max-line-length = 100
[tool.mypy-scrapy.*]
ignore_missing_imports = True