Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
ddd
  • Loading branch information
wingeva1986 committed Oct 4, 2023
1 parent c28e6cf commit 772c32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jvav/jvav/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ def get_all_top_stars(self) -> typing.Tuple[int, list]:


class JavBusUtil(BaseUtil):
BASE_URL = "https://www.javbus.com"
BASE_URL = "https://dcors.deno.dev/www.javbus.com"
BASE_URL_SEARCH_BY_STAR_NAME = f"{BASE_URL}/search"
BASE_URL_SEARCH_BY_STAR_ID = f"{BASE_URL}/star"
BASE_URL_SEARCH_STAR = f"{BASE_URL}/searchstar"
Expand Down

0 comments on commit 772c32c

Please sign in to comment.