Skip to content

Commit

Permalink
[FR - L'équipe] Renaming item
Browse files Browse the repository at this point in the history
  • Loading branch information
Arias800 authored and joaopa00 committed Aug 28, 2022
1 parent 2c0a0ef commit 9ffa2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/lib/channels/fr/lequipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def get_video_url(plugin, item_id, video_id, download_mode=False, **kwargs):
@Resolver.register
def get_live_url(plugin, item_id, **kwargs):

if item_id == 'lequipesup':
if item_id == 'lequipelive':
resp = urlquick.get("https://www.lequipe.fr/directs", headers={'user-agent': web_utils.get_random_ua()}, max_age=-1)
live_id = re.compile(r'<article.+?<a href="(.+?)".+?alt="(.+?)"').findall(resp.text)
list_url = []
Expand Down

0 comments on commit 9ffa2aa

Please sign in to comment.