[komikcast] update domain to 'komikcast.la'
This commit is contained in:
@@ -10,9 +10,8 @@ from gallery_dl.extractor import komikcast
|
||||
__tests__ = (
|
||||
{
|
||||
"#url" : "https://komikcast.lol/chapter/apotheosis-chapter-02-2-bahasa-indonesia/",
|
||||
"#category": ("", "komikcast", "chapter"),
|
||||
"#class" : komikcast.KomikcastChapterExtractor,
|
||||
"#pattern" : r"https://svr\d+\.imgkc\d+\.my\.id/wp-content/img/A/Apotheosis/002-2/\d{3}\.jpg",
|
||||
"#pattern" : r"https://svr?\d+\.imgkc\d+\.my\.id/wp-content/img/A/Apotheosis/002-2/\d{3}\.jpg",
|
||||
"#count" : 18,
|
||||
|
||||
"chapter" : 2,
|
||||
@@ -29,34 +28,39 @@ __tests__ = (
|
||||
|
||||
{
|
||||
"#url" : "https://komikcast.site/chapter/apotheosis-chapter-02-2-bahasa-indonesia/",
|
||||
"#category": ("", "komikcast", "chapter"),
|
||||
"#class" : komikcast.KomikcastChapterExtractor,
|
||||
},
|
||||
|
||||
{
|
||||
"#url" : "https://komikcast.me/chapter/apotheosis-chapter-02-2-bahasa-indonesia/",
|
||||
"#category": ("", "komikcast", "chapter"),
|
||||
"#class" : komikcast.KomikcastChapterExtractor,
|
||||
},
|
||||
|
||||
{
|
||||
"#url" : "https://komikcast.com/chapter/apotheosis-chapter-02-2-bahasa-indonesia/",
|
||||
"#category": ("", "komikcast", "chapter"),
|
||||
"#class" : komikcast.KomikcastChapterExtractor,
|
||||
},
|
||||
|
||||
{
|
||||
"#url" : "https://komikcast.cz/chapter/apotheosis-chapter-02-2-bahasa-indonesia/",
|
||||
"#class" : komikcast.KomikcastChapterExtractor,
|
||||
},
|
||||
|
||||
{
|
||||
"#url" : "https://komikcast.la/chapter/apotheosis-chapter-02-2-bahasa-indonesia/",
|
||||
"#class" : komikcast.KomikcastChapterExtractor,
|
||||
},
|
||||
|
||||
{
|
||||
"#url" : "https://komikcast.me/chapter/soul-land-ii-chapter-300-1-bahasa-indonesia/",
|
||||
"#category": ("", "komikcast", "chapter"),
|
||||
"#class" : komikcast.KomikcastChapterExtractor,
|
||||
"#pattern" : r"https://svr\d\.imgkc\d*\.my\.id/wp-content/img/S/Soul_Land_II/300\.1/\d\d\.jpg",
|
||||
"#pattern" : r"https://svr?\d\.imgkc\d*\.my\.id/wp-content/img/S/Soul_Land_II/300\.1/\d\d\.jpg",
|
||||
"#count" : 9,
|
||||
"#sha1_metadata": "cb646cfed3d45105bd645ab38b2e9f7d8c436436",
|
||||
},
|
||||
|
||||
{
|
||||
"#url" : "https://komikcast.site/komik/090-eko-to-issho/",
|
||||
"#category": ("", "komikcast", "manga"),
|
||||
"#class" : komikcast.KomikcastMangaExtractor,
|
||||
"#pattern" : komikcast.KomikcastChapterExtractor.pattern,
|
||||
"#count" : 12,
|
||||
@@ -78,7 +82,6 @@ __tests__ = (
|
||||
|
||||
{
|
||||
"#url" : "https://komikcast.me/tonari-no-kashiwagi-san/",
|
||||
"#category": ("", "komikcast", "manga"),
|
||||
"#class" : komikcast.KomikcastMangaExtractor,
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user