-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- fixes Distinguish between actual series bookmarks and bookmarked works that happen to be in a series #117 - fixes Properly identify links to individual chapters of a work as "work" links #102 - fixes Fix exception when work text contains the string "This work could have adult content" #23 - fixes a rare issue when retry-after is non-positive - ✨ add tests ✨
- Loading branch information
Showing
19 changed files
with
6,059 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
venv/ | ||
.vscode/ | ||
__pycache__/ | ||
*.pyc | ||
downloads/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# serializer version: 1 | ||
# name: test_get_series_urls_all | ||
list([ | ||
'https://archiveofourown.org/series/2065602', | ||
'https://archiveofourown.org/series/3738976', | ||
'https://archiveofourown.org/series/2627935', | ||
'https://archiveofourown.org/series/3108957', | ||
'https://archiveofourown.org/series/3078150', | ||
'https://archiveofourown.org/series/3078153', | ||
'https://archiveofourown.org/series/3196530', | ||
'https://archiveofourown.org/series/2643097', | ||
]) | ||
# --- | ||
# name: test_get_series_urls_bookmarks | ||
list([ | ||
'https://archiveofourown.org/series/2065602', | ||
'https://archiveofourown.org/series/3738976', | ||
]) | ||
# --- | ||
# name: test_get_work_urls | ||
list([ | ||
'https://archiveofourown.org/works/34816549', | ||
'https://archiveofourown.org/works/35778589', | ||
'https://archiveofourown.org/works/41655369', | ||
'https://archiveofourown.org/works/34763164', | ||
'https://archiveofourown.org/works/41214669', | ||
'https://archiveofourown.org/works/41822007', | ||
'https://archiveofourown.org/works/342122', | ||
'https://archiveofourown.org/works/26958667', | ||
'https://archiveofourown.org/works/33658237', | ||
'https://archiveofourown.org/works/36398359', | ||
'https://archiveofourown.org/works/34702543', | ||
'https://archiveofourown.org/works/35369560', | ||
'https://archiveofourown.org/works/18623245', | ||
'https://archiveofourown.org/works/34348333', | ||
'https://archiveofourown.org/works/28032981', | ||
'https://archiveofourown.org/works/24412372', | ||
'https://archiveofourown.org/works/557020', | ||
'https://archiveofourown.org/works/28968675', | ||
]) | ||
# --- |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.