fix building supportedsites.md on Python 3.4 and 3.5

dicts didn't maintain insertion order back then
pull/2301/head
Mike Fährmann 3 years ago
parent a7de819aca
commit cf3b51f8aa
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -363,6 +363,8 @@ def build_extractor_list():
if extr.from_url(url).category == category:
root = url[:url.index("/", 8)]
break
else:
continue
domains[category] = root + "/"
# sort subcategory lists

Loading…
Cancel
Save