[dramafever:series] Rollback _PAGE_SIZE to max possible
authorSergey M․ <dstftw@gmail.com>
Sun, 14 Jun 2015 03:51:07 +0000 (09:51 +0600)
committerSergey M․ <dstftw@gmail.com>
Sun, 14 Jun 2015 03:51:07 +0000 (09:51 +0600)
youtube_dl/extractor/dramafever.py

index 42e0df24ec575185a524d1c9b24c3b3aed7c3bfe..c4b7c0b68afb3e85c98fca16790a774efe81bd3f 100644 (file)
@@ -119,7 +119,7 @@ class DramaFeverSeriesIE(InfoExtractor):
     }]
 
     _CONSUMER_SECRET = 'DA59dtVXYLxajktV'
-    _PAGE_SIZE = 5  # max is 60 (see http://api.drama9.com/#get--api-4-episode-series-)
+    _PAGE_SIZE = 60  # max is 60 (see http://api.drama9.com/#get--api-4-episode-series-)
 
     def _get_consumer_secret(self, video_id):
         mainjs = self._download_webpage(