removed broken scrapers and added basic README

This commit is contained in:
Tristan Lee
2023-08-04 09:15:53 -05:00
parent ef9292bc90
commit 30bb4e43e4
23 changed files with 12 additions and 1003 deletions

View File

@@ -5,7 +5,7 @@ HIDE_COOKIESTRING=" :exclude-members: cookiestring"
REPLACE_MAXDEPTH="s/ :maxdepth: 4/ :maxdepth: 1/g"
# Remove display of ``cookiestring`` class variable, otherwise Sphinx generates docs containing the value of your cookiestring, based on your ``YOUTUBE_COOKIESTRING`` environment variable
for file in cisticola.scraper.base.rst cisticola.scraper.rumble.rst cisticola.scraper.youtube.rst
for file in cisticola.scraper.base.rst cisticola.scraper.rumble.rst
do
echo "$HIDE_COOKIESTRING" >> $RST_SOURCE_DIR/$file;
done