oogl-import / tvdownloader

Automatically exported from code.google.com/p/tvdownloader
1 stars 0 forks source link

Le plugin arte ne fonctionne plus #20

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Détails:
V: Version de TVDowloader 0.5-0ubuntu1
M: ppa Chaoswizard
S: ubuntu 10.04 (lucid)

Le plugin arte ne fonctionne plus et plante le programme au démarrage.

Arte: Création de la liste des chaines...
Arte: Récupération de la liste des catégories Arte Live Web...
Arte: Récupération de la liste des chaines Arte+7...
Arte: Récupération de la liste des fichiers pour "Classique"...
Arte: Recherche du flux RSS "Classique" à l'adresse 
http://liveweb.arte.tv/fr/cat/Classique/%22%20title%3D%22Classique
Exception in thread Thread-9:
Traceback (most recent call last):
  File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.6/threading.py", line 484, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/share/tvdownloader/GUI/MainWindow.py", line 549, in threadListerFichiers
    listeFichiers = self.api.getPluginListeFichiers( nomPlugin, emission )
  File "/usr/share/tvdownloader/APIPrive.py", line 185, in getPluginListeFichiers
    plugin.listerFichiers(emission)
  File "plugins/Arte.py", line 439, in listerFichiers
    self.listerFichiersArteLiveWeb (emission)
  File "plugins/Arte.py", line 252, in listerFichiersArteLiveWeb
    feedURL = re.search(self.videoArteLiveWebRSSPattern, self.API.getPage(lien)).group(1)
AttributeError: 'NoneType' object has no attribute 'group'

Original issue reported on code.google.com by samarad...@gmail.com on 3 Oct 2010 at 11:58

GoogleCodeExporter commented 8 years ago
Je pense que cela est corrigé dans la nouvelle version du plugin.
C'est bien le cas ?

Original comment by chaoswiz...@gmail.com on 16 Oct 2010 at 9:25