We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I am running the Sherlock example but got a problem. Here is my code:
python ao3_work_ids.py "http://archiveofourown.org/works?utf8=%E2%9C%93&work_search%5Bsort_column%5D=kudos_count&work_search%5Bother_tag_names%5D=&work_search%5Bquery%5D=&work_search%5Blanguage_id%5D=1&work_search%5Bcomplete%5D=0&work_search%5Bcomplete%5D=1&commit=Sort+and+Filter&tag_id=Sherlock+%28TV%29" --num_to_retrieve 10 --out_csv sherlock
But then I got:
line 60 <title>AO3Scraper/ao3_work_ids.py at master · radiolarian/AO3Scraper · GitHub</title> ^ SyntaxError: invalid character '·' (U+00B7)
Could anyone help me fix this issue? Thank you so much in advance!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I am running the Sherlock example but got a problem. Here is my code:
python ao3_work_ids.py "http://archiveofourown.org/works?utf8=%E2%9C%93&work_search%5Bsort_column%5D=kudos_count&work_search%5Bother_tag_names%5D=&work_search%5Bquery%5D=&work_search%5Blanguage_id%5D=1&work_search%5Bcomplete%5D=0&work_search%5Bcomplete%5D=1&commit=Sort+and+Filter&tag_id=Sherlock+%28TV%29" --num_to_retrieve 10 --out_csv sherlock
But then I got:
line 60
<title>AO3Scraper/ao3_work_ids.py at master · radiolarian/AO3Scraper · GitHub</title>
^
SyntaxError: invalid character '·' (U+00B7)
Could anyone help me fix this issue? Thank you so much in advance!
The text was updated successfully, but these errors were encountered: