diff --git a/docs/supportedsites.rst b/docs/supportedsites.rst index 0f6b5392..54a05ade 100644 --- a/docs/supportedsites.rst +++ b/docs/supportedsites.rst @@ -59,6 +59,7 @@ Pinterest https://www.pinterest.com Boards, Pins, pin.it Li Pixiv https://www.pixiv.net/ |Images from Use-3| Required PowerManga https://powermanga.org/ Chapters, Manga Read Comic Online http://readcomiconline.to/ Comic-Issues, Comics +RebeccaBlackTech https://rbt.asia/ Threads Reddit https://reddit.com/ Submissions, Subreddits Optional (OAuth) Rule 34 https://rule34.xxx/ Posts, Tag-Searches Safebooru https://safebooru.org/ Posts, Tag-Searches @@ -67,6 +68,7 @@ Sea Otter Scans https://reader.seaotterscans.com/ Chapters, Manga Sen Manga http://raw.senmanga.com/ Chapters Sense-Scans http://sensescans.com/ Chapters, Manga Spectrum Nexus |http://www.thes-0| Chapters, Manga +The /b/ Archive https://thebarchive.com/ Threads Tumblr https://www.tumblr.com/ Images from Users, Posts, Tag-Searches Twitter https://twitter.com/ Tweets World Three http://www.slide.world-three.org/ Chapters, Manga diff --git a/scripts/build_supportedsites.py b/scripts/build_supportedsites.py index 8559c388..96fc40da 100755 --- a/scripts/build_supportedsites.py +++ b/scripts/build_supportedsites.py @@ -44,6 +44,7 @@ CATEGORY_MAP = { "nyafuu" : "Nyafuu Archive", "powermanga" : "PowerManga", "readcomiconline": "Read Comic Online", + "rbt" : "RebeccaBlackTech", "rule34" : "Rule 34", "sankaku" : "Sankaku Channel", "seaotterscans" : "Sea Otter Scans", @@ -51,6 +52,7 @@ CATEGORY_MAP = { "senmanga" : "Sen Manga", "sensescans" : "Sense-Scans", "spectrumnexus" : "Spectrum Nexus", + "thebarchive" : "The /b/ Archive", "worldthree" : "World Three", "yomanga" : "YoManga", "yonkouprod" : "Yonkou Productions", diff --git a/test/test_extractors.py b/test/test_extractors.py index 295ea89e..c102b038 100644 --- a/test/test_extractors.py +++ b/test/test_extractors.py @@ -53,6 +53,7 @@ def _generate_test(extr, tcase): skip = [ # don't work on travis-ci "exhentai", "kissmanga", "mangafox", "dynastyscans", "nijie", + "archivedmoe", "archiveofsins", "thebarchive", # temporary issues ]