deleted hiyobi support

This commit is contained in:
tom5079
2019-06-06 02:02:20 +09:00
parent 57e08d2208
commit 01c1537ae8
8 changed files with 28 additions and 31 deletions

View File

@@ -14,8 +14,7 @@ class UnitTest {
fun test_nozomi() {
val nozomi = fetchNozomi(start = 0, count = 5)
for (n in nozomi)
println(n)
nozomi.first
}
@Test
@@ -62,6 +61,8 @@ class UnitTest {
@Test
fun test_hiyobi() {
print(xyz.quaver.hiyobi.getReader(1415416).size)
xyz.quaver.hiyobi.getReader(1415416).forEach {
println(it.url)
}
}
}