Thanks to visit codestin.com
Credit goes to github.com

Skip to content

plugins.nowtvtr: new plugin#5827

Merged
bastimeyer merged 2 commits into
streamlink:masterfrom
bastimeyer:plugins/foxtr-nowtvtr
Feb 13, 2024
Merged

plugins.nowtvtr: new plugin#5827
bastimeyer merged 2 commits into
streamlink:masterfrom
bastimeyer:plugins/foxtr-nowtvtr

Conversation

@bastimeyer

Copy link
Copy Markdown
Member

Resolves #5826

Their news channel appears to be geo-blocked, so I can't test this.

@ipstreet312, please check and see if any streams (not covered by the tests) are not working...
https://github.com/streamlink/streamlink/blob/master/CONTRIBUTING.md#pull-request-feedback


$ ./script/test-plugin-urls.py nowtvtr
:: Finding streams for URL: https://www.nowtv.com.tr/Gaddar/bolumler
:: Found streams: 360p, 480p, 720p, 1080p, worst, best
:: Finding streams for URL: https://www.nowtv.com.tr/Memet-Ozer-ile-Mutfakta/bolumler
:: Found streams: 360p, 480p, 720p, 1080p, worst, best
:: Finding streams for URL: https://www.nowtv.com.tr/canli-yayin
:: Found streams: 360p, 480p, 720p, worst, best
:: Finding streams for URL: https://www.nowtv.com.tr/now-haber
!! Error while fetching streams
:: Finding streams for URL: https://www.nowtv.com.tr/yayin-akisi
:: Found streams: 360p, 480p, 720p, 1080p, worst, best

This plugin replaces the removed foxtr plugin
@bastimeyer

Copy link
Copy Markdown
Member Author

Well, congrats, but I was looking for feedback whether there's any content on that site which does not work with this plugin implementation. As mentioned, there are some geo-blocked streams...

@bastimeyer

Copy link
Copy Markdown
Member Author

Going to merge this now... Apparently, the news channel wasn't available at the time, but it's now, and it's working fine. I couldn't find any other content that's not working, but if I'm wrong, then a new plugin issue should be opened (if it makes even sense).

@bastimeyer bastimeyer merged commit 98f2dae into streamlink:master Feb 13, 2024
@bastimeyer bastimeyer deleted the plugins/foxtr-nowtvtr branch February 13, 2024 13:54
@mkbloke

mkbloke commented Feb 14, 2024

Copy link
Copy Markdown
Member

It's a DNS issue. Only one of their name servers is returning an A record for www.nowtv.com.tr.

Nothing can be done about it here.

@bastimeyer

Copy link
Copy Markdown
Member Author

Force IPv4:

$ streamlink -4 'https://www.nowtv.com.tr/canli-yayin' best
[cli][info] Found matching plugin nowtvtr for URL https://www.nowtv.com.tr/canli-yayin
[cli][info] Available streams: 360p (worst), 480p, 720p (best)
[cli][info] Opening stream: 720p (hls)
[cli][info] Starting player: /usr/bin/mpv
[cli][info] Player closed
[cli][info] Stream ended
[cli][info] Closing currently open stream...

$ streamlink -6 'https://www.nowtv.com.tr/canli-yayin' best
[cli][info] Found matching plugin nowtvtr for URL https://www.nowtv.com.tr/canli-yayin
error: Unable to open URL: https://www.nowtv.com.tr/canli-yayin (HTTPSConnectionPool(host='www.nowtv.com.tr', port=443): Max retries exceeded with url: /canli-yayin (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7f576e662270>: Failed to resolve 'www.nowtv.com.tr' ([Errno -5] No address associated with hostname)")))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants