XMLTV / xmltv

Utilities to obtain, generate, and post-process TV listings data in XMLTV format
GNU General Public License v2.0
266 stars 93 forks source link

tv_grab_ch_search: needs URL update #215

Closed angelaschmid closed 9 months ago

angelaschmid commented 9 months ago

The grabber gets only partial data, maybe just from a default page with some default channels, but not for all the channels from the configuration file.

https://tv.search.tv changed to https://search.ch/tv

Please adapt:

    'source-data-url'      => 'https://search.ch/tv/channels',
    'source-info-url'      => 'https://search.ch/tv',
honir commented 9 months ago

What is your version of XMLTV?

Which channel(s) are missing?

zyll71 commented 9 months ago

Can confirm the issue. About half of the channels are not receiving data, possibly more. The proposed fix works for me. My version is 1.1.1-1 (Ubuntu repo).

bhaak commented 9 months ago

Can confirm both the issue as well as the fix.

Shows you how many different tv stations I need these days. :)

Thanks for the report.