Revert "Removed a spurious increment_downloads"
[youtube-dl] / youtube_dl / InfoExtractors.py
2012-12-29 Philipp HagemeisterRevert "Removed a spurious increment_downloads"
2012-12-29 Filippo ValsordaRemoved a spurious increment_downloads
2012-12-27 Philipp HagemeisterAllow ampersand right after ? in youtube URLs (Closes...
2012-12-27 Philipp HagemeisterTweetReel IE
2012-12-26 Filippo Valsordaadd --no-post-overwrites to README.md; + minor style...
2012-12-20 Philipp HagemeisterMerge branch 'master' of github.com:rg3/youtube-dl
2012-12-20 Philipp HagemeisterFunnyOrDie IE (Fixes #599)
2012-12-20 Filippo Valsordabetter Vimeo tests; fixed a couple of VimeoIE fields
2012-12-20 Filippo Valsordanew info_dict field: uploader_id
2012-12-20 Filippo Valsordasome py3 fixes, both needed and recommended; we should...
2012-12-20 Filippo Valsordarefactor YouTube subtitles code, it was ugly (my bad)
2012-12-20 Nick DanielsUpdate Vimeo Info Extractor to get pull in the descript...
2012-12-19 Nick DanielsSublime space formatting
2012-12-17 Philipp HagemeisterMerge remote-tracking branch 'origin/master'
2012-12-17 Filippo Valsordaa number of new tests and fixes; all tests green on 3.3
2012-12-17 Filippo ValsordaGoogle Video has been shutdown as of 11/15/2012. All...
2012-12-17 Filippo Valsordavarious py3 fixes; all tests green on 3.3
2012-12-16 Dave VasilevskyMisc justin.tv fixes
2012-12-16 Dave VasilevskySupport more than 100 videos for justin.tv
2012-12-16 Dave VasilevskyPreliminary support for twitch.tv and justin.tv
2012-12-15 Philipp HagemeisterFix VimeoIE in Python 3
2012-12-15 Philipp HagemeisterFix Dailymotion in Python 3
2012-12-15 Philipp HagemeisterFix XNXX in Python 3
2012-12-15 Philipp HagemeisterMore Youku Python 3 fixing
2012-12-15 Philipp HagemeisterFix YoukuIE in Python3 (and in general)
2012-12-15 Philipp HagemeisterFix xvideo IE in Python 3
2012-12-13 Philipp HagemeisterNBA IE (Closes #590)
2012-12-12 Filippo ValsordaMerge remote-tracking branch 'gcmalloc/master' into...
2012-12-12 ntoAdd support for comedycentral clips (closes #233)
2012-12-11 Philipp HagemeisterMerge branch 'master' of github.com:rg3/youtube-dl
2012-12-11 Philipp HagemeisterFix blip.tv in python3
2012-12-11 Filippo Valsordafix playlist pagination and add YT playlist tests ...
2012-12-11 Filippo ValsordaMerge branch 'master' into fork_master
2012-12-11 Filippo Valsordathe test didn't load our Gzip opener
2012-12-08 Filippo ValsordaMerge 'rg3/master' into fork_master
2012-12-07 Philipp HagemeisterUse Soundcloud API (Closes #579)
2012-12-07 Philipp HagemeisterMore work on soundcloud IE
2012-12-06 Philipp HagemeisterCorrect accidental rename
2012-12-06 Philipp HagemeisterMark SoundCloud IE as nonfunctional for now (#579)
2012-12-06 Philipp HagemeisterBetter error reporting for SoundCloud IE
2012-12-04 Philipp HagemeisterLet youtube IE handle IDs starting with PL (Closes...
2012-11-29 Philipp HagemeisterFix Soundcloud IE (+ Python3 support)
2012-11-28 Philipp HagemeisterMerge branch 'master' of github.com:rg3/youtube-dl
2012-11-28 Filippo ValsordaMark CollegeHumorIE not working until phihag finishes
2012-11-28 Filippo Valsordafix YouTubeIE on 2.6, sorry
2012-11-28 Philipp Hagemeistercollegehumor: able to download a single f4f file (not...
2012-11-28 Philipp HagemeisterUse relative imports
2012-11-28 Philipp HagemeisterConvert all tabs to 4 spaces (PEP8)
2012-11-27 Philipp HagemeisterFix printing title etc.
2012-11-27 Philipp Hagemeisteryoutube IE: Correct bytes vs str
2012-11-27 Philipp HagemeisterPy2/3 parse_qs compatibility
2012-11-27 Philipp HagemeisterOne more except..as
2012-11-27 Philipp HagemeisterPy2/3 compatibility for http.client
2012-11-27 Philipp HagemeisterUse io.BytesIO instead of StringIO
2012-11-27 Philipp HagemeisterPrepare urllib references for 2/3 compatibility
2012-11-27 Philipp HagemeisterUse except .. as everywhere (#180)
2012-11-27 Philipp HagemeisterRename util.u to util.compat_str
2012-11-27 Philipp HagemeisterMerge branch 'master' of github.com:rg3/youtube-dl
2012-11-27 Filippo ValsordaMerge pull request #563 from FiloSottile/IE_cleanup
2012-11-27 Filippo ValsordaMerge remote-tracking branch 'origin/master' into IE_cl...
2012-11-27 Filippo ValsordaUse None on missing required info_dict fields
2012-11-27 Philipp HagemeisterUse u instead of str in Python 2
2012-11-27 Filippo ValsordaIE._WORKING attribute in order to warn the users and...
2012-11-27 Philipp HagemeisterReplace long with int (see PEP 237)
2012-11-27 Philipp HagemeisterRemove mentions of unicode
2012-11-27 Philipp HagemeisterMerge remote-tracking branch 'Asido/master'
2012-11-27 Filippo Valsordadocument info_dict['subtitles'] and info_dict['urlhandle']
2012-11-27 Filippo Valsordamake all IEs return 'upload_date' and 'uploader', even...
2012-11-27 Filippo Valsordainfo_dict['upload_date'] is documented in --output...
2012-11-27 Filippo Valsordainfo_dict['player_url'] is used only for rtmpdump,...
2012-11-27 Filippo Valsordadefault info_dict['format'] to info_dict['ext'] and...
2012-11-27 Philipp HagemeisterMerge remote-tracking branch 'alab1001101/master'
2012-11-27 Philipp HagemeisterMerge pull request #473 from grimreaper/master
2012-11-27 Philipp HagemeisterMerge remote-tracking branch 'joelverhagen/master'
2012-11-27 Philipp HagemeisterMerge remote-tracking branch 'chrisjrn/master'
2012-11-27 Christopher NeugebauerFixes the InfoExtractor for the Colbert Report.
2012-11-27 Philipp HagemeisterFix spacing in comedycentral IE
2012-11-27 Philipp HagemeisterMerge remote-tracking branch 'chrisjrn/master'
2012-11-27 Christopher NeugebauerFixed indentation error
2012-11-27 Christopher NeugebauerRemoves extranous debugging info :)
2012-11-27 Christopher NeugebauerAdds format listing/selection support to the Comedy...
2012-11-27 Philipp HagemeisterMerge remote-tracking branch 'chrisjrn/master'
2012-11-27 Christopher NeugebauerRemoves extraneous debug message.
2012-11-27 Christopher NeugebauerPoints the ComedyCentral extractor at a CDN which works...
2012-11-26 Philipp HagemeisterMerge remote-tracking branch 'gcmalloc/master'
2012-11-26 Philipp HagemeisterUse character instead of byte strings
2012-11-26 Philipp HagemeisterAdd some parentheses around print for #180
2012-11-26 Philipp HagemeisterMerge pull request #538 from zejn/patch-1
2012-11-21 zejnAlso enable album URLs on Vimeo.
2012-11-13 Filippo ValsordaReworked Vimeo file selection logic (quality, codec...
2012-11-11 Filippo ValsordaMerge pull request #522 from art-zhitnik/master
2012-11-07 Filippo Valsordafix DailyMotion official users videos - closes #281...
2012-11-06 Filippo Valsordafixed MetacafeIE (uploader nickname regex) - closes...
2012-10-28 Filippo Valsordaslight change to Dailymotion uploader regex (fix)
2012-10-23 Philipp HagemeisterMerge pull request #486 from Tailszefox/local
2012-10-22 TailszefoxAdded duration for YouTube videos
2012-10-22 Philipp HagemeisterSupport raw playlist parameters (Closes #482)
2012-10-22 Filippo Valsordahandle YT urls with #/ redirects (closes #484)
2012-10-19 Philipp HagemeisterMerge pull request #472 from gcmalloc/master
2012-10-14 Filippo ValsordaNew IE: YouTube channels (closes #396)
next