Mike Fährmann
968d3e8465
remove '&' from URL patterns
...
'/?&#' -> '/?#' and '?&#' -> '?#'
According to https://www.ietf.org/rfc/rfc3986.txt , URLs are
"organized hierarchically" by using "the slash ("/"), question
mark ("?"), and number sign ("#") characters to delimit components"
2020-10-22 23:31:25 +02:00
Mike Fährmann
69e4871005
update extractor test results
...
- sensescans: replace 404d chapters
- mangapark: replace 404d chapters
- subscribestar: update test for attached files
2020-08-28 22:32:32 +02:00
Mike Fährmann
0d84d3af55
[subscribestar] extract attached media files ( #852 )
2020-08-03 22:02:42 +02:00
Mike Fährmann
e50c75628c
[subscribestar] update 'date' parsing
2020-07-24 22:27:36 +02:00
Mike Fährmann
d5fcffcced
[subscribestar] add login capabilities ( #852 )
2020-07-17 22:18:01 +02:00
Mike Fährmann
f5c9f1d066
[subscribestar] use current date instead of hard-coded '2020' ( #852 )
2020-07-09 22:12:39 +02:00
Mike Fährmann
821524e4ee
[subscribestar] add 'user' and 'post' extractors ( #852 )
2020-07-03 21:08:47 +02:00