[webtoons] make archive_fmt unique (#779)

close #778
pull/866/head
Leonardo Taccari 4 years ago committed by GitHub
parent 34929f673f
commit bcac31b7c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -33,7 +33,7 @@ class WebtoonsEpisodeExtractor(WebtoonsExtractor):
subcategory = "episode"
directory_fmt = ("{category}", "{comic}")
filename_fmt = "{episode}-{num:>02}.{extension}"
archive_fmt = "{episode}_{num}"
archive_fmt = "{title_no}_{episode}_{num}"
pattern = (BASE_PATTERN + r"/([^/?&#]+)/([^/?&#]+)/(?:[^/?&#]+))"
r"/viewer(?:\?([^#]+))")
test = (

Loading…
Cancel
Save