Merge pull request #17 from masterX244/master

Ignore fix for certain 404-ing garbage
pull/18/head
arkiver 11 months ago committed by GitHub
commit 5a0dcd6dd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -59,7 +59,7 @@ if not WGET_AT:
#
# Update this each time you make a non-cosmetic change.
# It will be added to the WARC files and reported to the tracker.
VERSION = '20230614.03'
VERSION = '20230615.01'
TRACKER_ID = 'reddit'
TRACKER_HOST = 'legacy-api.arpa.li'
MULTI_ITEM_SIZE = 40

@ -123,6 +123,7 @@ allowed = function(url, parenturl)
or string.match(url, "/%?context=1$")
or string.match(url, '/"$')
or string.match(url, "^https?://[^/]+/message/compose")
or string.match(url, "www%.reddit%.com/avatar[/]?$")
or (
string.match(url, "^https?://gateway%.reddit%.com/")
and not string.match(url, "/morecomments/")

Loading…
Cancel
Save