Advertisement
mmu_man

pluzzdl fix

May 31st, 2013
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.81 KB | None | 0 0
  1. diff -r e599d8d0fa82 other/Pluzz/src/PluzzDL.py
  2. --- a/other/Pluzz/src/PluzzDL.py    Sun Nov 25 17:56:46 2012 +0100
  3. +++ b/other/Pluzz/src/PluzzDL.py    Fri May 31 18:05:49 2013 +0200
  4. @@ -131,8 +131,8 @@
  5.         try :
  6.             xml.sax.parseString( pageInfos, PluzzDLInfosHandler( self ) )
  7.             # Si le lien m3u8 n'existe pas, il faut essayer de creer celui de la plateforme mobile
  8. -           if( self.m3u8URL is None ):
  9. -               self.m3u8URL = self.M3U8_LINK.replace( "_FILE_NAME_", re.findall( self.REGEX_M3U8, pageInfos )[ 0 ] )
  10. +           # if( self.m3u8URL is None ):
  11. +           #   self.m3u8URL = self.M3U8_LINK.replace( "_FILE_NAME_", re.findall( self.REGEX_M3U8, pageInfos )[ 0 ] )
  12.             logger.debug( "URL m3u8 : %s" % ( self.m3u8URL ) )
  13.             logger.debug( "URL manifest : %s" % ( self.manifestURL ) )
  14.             logger.debug( "Lien RTMP : %s" % ( self.lienRTMP ) )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement