diff --git a/channels/altadefinizione01_club.py b/channels/altadefinizione01_club.py index 05137ffd..06f57316 100644 --- a/channels/altadefinizione01_club.py +++ b/channels/altadefinizione01_club.py @@ -121,7 +121,7 @@ def categorie(item): data = httptools.downloadpage(item.url, headers=headers).data # da qui fare le opportuni modifiche - if item.args[1] == 'genres': + if item.args == 'genres': bloque = scrapertools.find_single_match(data, '') patron = '
  • (.*?)' elif item.args[1] == 'years':