We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b7e610 commit 225f94eCopy full SHA for 225f94e
src/main/java/com/zzhpro/movie/util/JsoupUtils.java
@@ -26,7 +26,7 @@
26
@UtilityClass
27
public final class JsoupUtils {
28
private final String NOWPLAYING = "nowplaying";
29
- private final String RECENT_URL = "https://movie.douban.com/cinema/nowplaying/shanghai/";
+ private final String RECENT_URL = "https://movie.douban.com/cinema/nowplaying/hangzhou/";
30
private final String DOUBAN_URL = "https://movie.douban.com/subject/";
31
private final String TOP_DOUBAN_URL = "https://movie.douban.com/top250?start=";
32
private final String PROPERTY = "property";
0 commit comments