You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something like: python 4chanScrapper.py -l "url" -p "path" -d
or python 4chanScrapper.py --url "thread_url" --path "download_path" --create_folder
would be smarter to parse than the actual version, because argument order wouldn't matter.
Something like:
python 4chanScrapper.py -l "url" -p "path" -d
or
python 4chanScrapper.py --url "thread_url" --path "download_path" --create_folder
would be smarter to parse than the actual version, because argument order wouldn't matter.
The text was updated successfully, but these errors were encountered: