Skip to content

Commit

Permalink
Merge pull request #7 from kairi003/feature/support-new-html-format2
Browse files Browse the repository at this point in the history
[v0.2.4] Feature/support new html format 改
  • Loading branch information
kairi003 authored Sep 22, 2024
2 parents 882d526 + c782c95 commit 2c0606a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/fix-html-change.diff
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ diff -urwN -U5 tmp/dec/smali_classes2/com/tscsoft/naroureader/NovelHtmlObject$Ep
iget-object v0, p0, Lcom/tscsoft/naroureader/NovelHtmlObject$EpisodeFetcher;->mEpisodeElement:Lorg/jsoup/nodes/Element;

- const-string v1, ".subtitle a"
+ const-string v1, ".p-eplist__subtitle a"
+ const-string v1, "a.p-eplist__subtitle"

invoke-virtual {v0, v1}, Lorg/jsoup/nodes/Element;->select(Ljava/lang/String;)Lorg/jsoup/select/Elements;

Expand Down

0 comments on commit 2c0606a

Please sign in to comment.