Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
Updates for latest DA changes, and faster scraping
  • Loading branch information
voyageur committed Dec 29, 2018
1 parent a90e12c commit 4c7de93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dagr/dagr.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class Dagr:
"""deviantArt gallery ripper class"""

NAME = basename(__file__)
__version__ = "0.70.2"
__version__ = "0.71"
MAX_DEVIATIONS = 1000000 # max deviations
ART_PATTERN = (r"https://www\.deviantart\.com/"
r"[a-zA-Z0-9_-]*/art/[a-zA-Z0-9_-]*")
Expand Down

0 comments on commit 4c7de93

Please sign in to comment.