Skip to content

plugins.tv5monde: rewrite and fix plugin #5206

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 27, 2023

Conversation

bastimeyer
Copy link
Member

Fixes #5202

Don't merge yet. The URLs listed in the tests should be working, but some streams are geo-blocked for me (despite proxies) and the children's site appears to be offline right now during the night (was working earlier).

for url in $(echo -e "from tests.plugins.test_tv5monde import TestPluginCanHandleUrlTV5Monde as A\nfor a in A.should_match: print(a)" | python); do
  echo "$url"
  streamlink "$url"
  echo
done
https://live.tv5monde.com/fbs.html
[cli][info] Found matching plugin tv5monde for URL https://live.tv5monde.com/fbs.html
error: Unable to open URL: https://ott.tv5monde.com/Content/HLS/Live/channel(fbs)/variant.m3u8 (403 Client Error: Forbidden for url: https://ott.tv5monde.com/Content/HLS/Live/channel(fbs)/variant.m3u8)

https://europe.tv5monde.com/fr/direct
[cli][info] Found matching plugin tv5monde for URL https://europe.tv5monde.com/fr/direct
Available streams: 216p (worst), 270p, 360p, 540p, 720p, 1080p (best)

https://maghreb-orient.tv5monde.com/fr/direct
[cli][info] Found matching plugin tv5monde for URL https://maghreb-orient.tv5monde.com/fr/direct
error: Unable to open URL: https://ott.tv5monde.com/Content/HLS/Live/channel(orient)/variant.m3u8 (403 Client Error: Forbidden for url: https://ott.tv5monde.com/Content/HLS/Live/channel(orient)/variant.m3u8)

https://revoir.tv5monde.com/toutes-les-videos/documentaires/sauver-notre-dame-sauver-notre-dame-14-04-2020
[cli][info] Found matching plugin tv5monde for URL https://revoir.tv5monde.com/toutes-les-videos/documentaires/sauver-notre-dame-sauver-notre-dame-14-04-2020
Available streams: 65k (worst), 130k, 260k, 360p, 576p, 720p, 1080p (best)

https://information.tv5monde.com/video/la-diplomatie-francaise-est-elle-en-crise
[cli][info] Found matching plugin tv5monde for URL https://information.tv5monde.com/video/la-diplomatie-francaise-est-elle-en-crise
Available streams: vod (worst, best)

https://afrique.tv5monde.com/videos/afrykas-et-la-boite-magique
[cli][info] Found matching plugin tv5monde for URL https://afrique.tv5monde.com/videos/afrykas-et-la-boite-magique
Available streams: 65k (worst), 130k, 240p, 360p, 480p, 540p, 720p_alt, 720p, 1080p (best)

https://www.tivi5mondeplus.com/conte-nous/episode-25
[cli][info] Found matching plugin tv5monde for URL https://www.tivi5mondeplus.com/conte-nous/episode-25
error: No playable streams found on this URL: https://www.tivi5mondeplus.com/conte-nous/episode-25

@bastimeyer bastimeyer added the plugin issue A Plugin does not work correctly label Feb 27, 2023
@bastimeyer
Copy link
Member Author

the children's site appears to be offline right now during the night (was working earlier)

Online now, but geo-blocked. Plugin is working fine.

[cli][info] Found matching plugin tv5monde for URL https://www.tivi5mondeplus.com/conte-nous/episode-25
error: Unable to open URL: https://hlstivi5mplus-vh.akamaihd.net/i/37/5652998_,1400k,2100k,300k,700k,.mp4.csmil/master.m3u8 (400 Client Error: Bad Request for url: https://hlstivi5mplus-vh.akamaihd.net/i/37/5652998_,1400k,2100k,300k,700k,.mp4.csmil/master.m3u8)

@gravyboat gravyboat merged commit 8c01136 into streamlink:master Feb 27, 2023
@bastimeyer bastimeyer deleted the plugins/tv5monde/rewrite branch February 27, 2023 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plugin issue A Plugin does not work correctly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

plugins.tv5monde: broken
2 participants