[mastodon] add access tokens for mastodon.social and baraag.net
(closes #665)
This commit is contained in:
@@ -18,6 +18,7 @@ arch.b4k.co https://arch.b4k.co/ Threads
|
|||||||
Archive of Sins https://archiveofsins.com/ Threads
|
Archive of Sins https://archiveofsins.com/ Threads
|
||||||
Archived.Moe https://archived.moe/ Threads
|
Archived.Moe https://archived.moe/ Threads
|
||||||
ArtStation https://www.artstation.com/ |artstation-C|
|
ArtStation https://www.artstation.com/ |artstation-C|
|
||||||
|
baraag https://baraag.net/ Images from Statuses, User Profiles
|
||||||
Behance https://www.behance.net/ Collections, Galleries, User Profiles
|
Behance https://www.behance.net/ Collections, Galleries, User Profiles
|
||||||
Blogger https://www.blogger.com/ Blogs, Posts
|
Blogger https://www.blogger.com/ Blogs, Posts
|
||||||
BobX http://www.bobx.com/dark/ Galleries, Idols
|
BobX http://www.bobx.com/dark/ Galleries, Idols
|
||||||
@@ -77,6 +78,7 @@ Mangapanda https://www.mangapanda.com/ Chapters, Manga
|
|||||||
MangaPark https://mangapark.net/ Chapters, Manga
|
MangaPark https://mangapark.net/ Chapters, Manga
|
||||||
Mangareader https://www.mangareader.net/ Chapters, Manga
|
Mangareader https://www.mangareader.net/ Chapters, Manga
|
||||||
Mangoxo https://www.mangoxo.com/ Albums, Channels Optional
|
Mangoxo https://www.mangoxo.com/ Albums, Channels Optional
|
||||||
|
mastodon.social https://mastodon.social/ Images from Statuses, User Profiles
|
||||||
Naver https://blog.naver.com/ Blogs, Posts
|
Naver https://blog.naver.com/ Blogs, Posts
|
||||||
Newgrounds https://www.newgrounds.com/ |newgrounds-C| Optional
|
Newgrounds https://www.newgrounds.com/ |newgrounds-C| Optional
|
||||||
Ngomik http://ngomik.in/ Chapters
|
Ngomik http://ngomik.in/ Chapters
|
||||||
|
|||||||
@@ -189,6 +189,12 @@ def generate_extractors():
|
|||||||
|
|
||||||
|
|
||||||
EXTRACTORS = {
|
EXTRACTORS = {
|
||||||
|
"mastodon.social": {
|
||||||
|
"category" : "mastodon.social",
|
||||||
|
"access-token" : "Y06R36SMvuXXN5_wiPKFAEFiQaMSQg0o_hGgc86Jj48",
|
||||||
|
"client-id" : "dBSHdpsnOUZgxOnjKSQrWEPakO3ctM7HmsyoOd4FcRo",
|
||||||
|
"client-secret": "DdrODTHs_XoeOsNVXnILTMabtdpWrWOAtrmw91wU1zI",
|
||||||
|
},
|
||||||
"pawoo.net": {
|
"pawoo.net": {
|
||||||
"category" : "pawoo",
|
"category" : "pawoo",
|
||||||
"access-token" : "286462927198d0cf3e24683e91c8259a"
|
"access-token" : "286462927198d0cf3e24683e91c8259a"
|
||||||
@@ -198,6 +204,12 @@ EXTRACTORS = {
|
|||||||
"client-secret": "e45bef4bad45b38abf7d9ef88a646b73"
|
"client-secret": "e45bef4bad45b38abf7d9ef88a646b73"
|
||||||
"75e7fb2532c31a026327a93549236481",
|
"75e7fb2532c31a026327a93549236481",
|
||||||
},
|
},
|
||||||
|
"baraag.net": {
|
||||||
|
"category" : "baraag",
|
||||||
|
"access-token" : "53P1Mdigf4EJMH-RmeFOOSM9gdSDztmrAYFgabOKKE0",
|
||||||
|
"client-id" : "czxx2qilLElYHQ_sm-lO8yXuGwOHxLX9RYYaD0-nq1o",
|
||||||
|
"client-secret": "haMaFdMBgK_-BIxufakmI2gFgkYjqmgXGEO2tB-R2xY",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ CATEGORY_MAP = {
|
|||||||
"archiveofsins" : "Archive of Sins",
|
"archiveofsins" : "Archive of Sins",
|
||||||
"artstation" : "ArtStation",
|
"artstation" : "ArtStation",
|
||||||
"b4k" : "arch.b4k.co",
|
"b4k" : "arch.b4k.co",
|
||||||
|
"baraag" : "baraag",
|
||||||
"bcy" : "半次元",
|
"bcy" : "半次元",
|
||||||
"bobx" : "BobX",
|
"bobx" : "BobX",
|
||||||
"deviantart" : "DeviantArt",
|
"deviantart" : "DeviantArt",
|
||||||
@@ -55,6 +56,7 @@ CATEGORY_MAP = {
|
|||||||
"mangahere" : "Manga Here",
|
"mangahere" : "Manga Here",
|
||||||
"mangapark" : "MangaPark",
|
"mangapark" : "MangaPark",
|
||||||
"mangastream" : "Manga Stream",
|
"mangastream" : "Manga Stream",
|
||||||
|
"mastodon.social": "mastodon.social",
|
||||||
"myportfolio" : "Adobe Portfolio",
|
"myportfolio" : "Adobe Portfolio",
|
||||||
"nhentai" : "nhentai",
|
"nhentai" : "nhentai",
|
||||||
"nijie" : "nijie",
|
"nijie" : "nijie",
|
||||||
|
|||||||
Reference in New Issue
Block a user