XMLTV / xmltv

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

tv_grab_fr upstream site changes #75

Closed RandomReaper closed 4 years ago

RandomReaper commented 5 years ago

Thanks for taking the time to report an issue. Please take a moment to review our open/closed issues above, in case your issue has already been reported.

If you are reporting a new issue, please give your issue a descriptive title and fill out the blanks below, providing as much information as possible.

XMLTV Version?

76ca843

XMLTV Component?

tv_grab_fr

What steps are needed to reproduce this issue?

(Please provide the full commands you are running)

  1. tv_grab_fr --configure --debug
    using config filename /home/hts/.xmltv/tv_grab_fr.conf
    Get channels type : Belgique? [yes,no,all,none (default=yes)] 
    Get channels type : Bouygues? [yes,no,all,none (default=yes)] 
    Get channels type : Canal+? [yes,no,all,none (default=yes)] 
    Get channels type : Canal+ et Canalsat? [yes,no,all,none (default=yes)] 
    Get channels type : Câble, ADSL, Satellite? [yes,no,all,none (default=yes)] 
    Get channels type : Free? [yes,no,all,none (default=yes)] 
    Get channels type : Grandes Chaines? [yes,no,all,none (default=yes)] 
    Get channels type : Hors bouquet? [yes,no,all,none (default=yes)] 
    Get channels type : Numéricable? [yes,no,all,none (default=yes)] 
    Get channels type : Orange? [yes,no,all,none (default=yes)] 
    Get channels type : SFR? [yes,no,all,none (default=yes)] 
    getting channel lists: *** Retrying URL: 'https://www.telestar.fr/programme-tv/grille/29-10-2019/belgique' (attempt 1 of 5) ***
    *** Retrying URL: 'https://www.telestar.fr/programme-tv/grille/29-10-2019/belgique' (attempt 2 of 5) ***
    ...
  2. Debugging
    wget -O - https://www.telestar.fr/programme-tv/grille/29-10-2019/belgique
    --2019-10-29 15:53:43--  https://www.telestar.fr/programme-tv/grille/29-10-2019/belgique
    Resolving www.telestar.fr (www.telestar.fr)... 143.204.181.118, 143.204.181.60, 143.204.181.82, ...
    Connecting to www.telestar.fr (www.telestar.fr)|143.204.181.118|:443... connected.
    HTTP request sent, awaiting response... 410 Gone
    2019-10-29 15:53:43 ERROR 410: Gone.

Any other information?

The tv listing provider has changed it's website,

knowledgejunkie commented 4 years ago

Upstream site changes to infinite-scrolling. Working on a solution.