]> git.parisson.com Git - tools.git/commitdiff
cleanup
authoryomguy <yomguy@457c0346-1240-4656-8a5a-9edca8063506>
Tue, 21 Apr 2009 16:51:02 +0000 (16:51 +0000)
committeryomguy <yomguy@457c0346-1240-4656-8a5a-9edca8063506>
Tue, 21 Apr 2009 16:51:02 +0000 (16:51 +0000)
git-svn-id: http://svn.parisson.org/svn/tools/trunk@62 457c0346-1240-4656-8a5a-9edca8063506

various/deegger.py

index 44e73e4cce69752a2d896fd219737a06294d2e1d..f48778ff2ecff82b79d6d5de3b5e025239ef92c4 100755 (executable)
@@ -82,7 +82,7 @@ class DeeGGer(Thread):
         self.m3u_file = self.m3u_dir + os.sep + 'deegger_' + self.text + '.' + self.format + '.m3u'
         self.m3u = M3UPlaylist(self.m3u_file)
              
-        self.n = range(0,32)
+        self.n = range(0,128)
         self.media_q = 'intitle:"index.of" "parent directory" "size" "last modified" "description" [snd] (%s) -inurl:(jsp|php|html|aspx|htm|cf|shtml|lyrics|index|%s|%ss) -gallery -intitle:"last modified"' % (self.format, self.format, self.format)
         self.q = '%s %s' % (self.text, self.media_q)
         self.results = self.google_search()