Skip to content

Commit

Permalink
Merge branch 'Juszoe:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
luyiming authored Aug 5, 2021
2 parents 6c55b3a + 907a4f7 commit d48d26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexusphp.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def get_peer_page():
# https://lemonhd.org/details_movie.php?id=xxx
# https://lemonhd.org/details_music.php?id=xxx
# ...
peer_url = re.sub('details_\w+.php', 'viewpeerlist.php', link, 1)
peer_url = re.sub(r'details_\w+.php', 'viewpeerlist.php', link, 1)
else:
peer_url = link.replace('details.php', 'viewpeerlist.php', 1)
try:
Expand Down

0 comments on commit d48d26b

Please sign in to comment.