Skip to content

Commit

Permalink
Update update.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayuzerak authored Feb 1, 2025
1 parent 2d6a6a3 commit 27ddc86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.py
Original file line number Diff line number Diff line change
Expand Up @@ -1272,7 +1272,7 @@ def get_livetv_url():

# Extraire l'URL après le texte clé
content_after_target = content[target_position:]
web_addresses = re.findall(r'"(https?://[\\w.-]+(?:\\.[\\w\\.-]+)+(?:/[\\w\\.-]*)*)', content_after_target)
web_addresses = re.findall(r'https?://[\\w.-]+(?:\\.[\\w\\.-]+)+(?:/[\\w\\.-]*)*', content_after_target)

if web_addresses:
if web_addresses[1] and "livetv" in web_addresses[1]:
Expand Down

0 comments on commit 27ddc86

Please sign in to comment.