summaryrefslogtreecommitdiffstats
path: root/youtube_dl/InfoExtractors.py
Commit message (Collapse)AuthorAgeFilesLines
...
* the test didn't load our Gzip openerFilippo Valsorda2012-12-111-1/+1
| | | | | | this was blocking the Vimeo test + some more gentest fixes
* Use Soundcloud API (Closes #579)Philipp Hagemeister2012-12-071-38/+7
|
* More work on soundcloud IEPhilipp Hagemeister2012-12-071-16/+23
|
* Correct accidental renamePhilipp Hagemeister2012-12-071-1/+1
|
* Mark SoundCloud IE as nonfunctional for now (#579)Philipp Hagemeister2012-12-071-0/+1
|
* Better error reporting for SoundCloud IEPhilipp Hagemeister2012-12-071-2/+6
|
* Let youtube IE handle IDs starting with PL (Closes #572)Philipp Hagemeister2012-12-041-1/+1
|
* Fix Soundcloud IE (+ Python3 support)Philipp Hagemeister2012-11-291-7/+8
|
* Mark CollegeHumorIE not working until phihag finishesFilippo Valsorda2012-11-281-0/+1
|
* fix YouTubeIE on 2.6, sorryFilippo Valsorda2012-11-281-2/+2
|
* collegehumor: able to download a single f4f file (not yet playable)Philipp Hagemeister2012-11-281-20/+26
|
* Use relative importsPhilipp Hagemeister2012-11-281-1/+3
|
* Convert all tabs to 4 spaces (PEP8)Philipp Hagemeister2012-11-281-3381/+3381
|
* Fix printing title etc.Philipp Hagemeister2012-11-281-1/+1
|
* youtube IE: Correct bytes vs strPhilipp Hagemeister2012-11-281-13/+17
|
* Py2/3 parse_qs compatibilityPhilipp Hagemeister2012-11-281-4/+3
|
* One more except..asPhilipp Hagemeister2012-11-281-2/+2
|
* Py2/3 compatibility for http.clientPhilipp Hagemeister2012-11-281-57/+56
|
* Use io.BytesIO instead of StringIOPhilipp Hagemeister2012-11-281-6/+0
|
* Prepare urllib references for 2/3 compatibilityPhilipp Hagemeister2012-11-271-199/+198
|
* Use except .. as everywhere (#180)Philipp Hagemeister2012-11-271-61/+61
|
* Rename util.u to util.compat_strPhilipp Hagemeister2012-11-271-57/+57
|
* Merge remote-tracking branch 'origin/master' into IE_cleanupFilippo Valsorda2012-11-271-59/+196
|\ | | | | | | | | Conflicts: youtube_dl/FileDownloader.py
| * Use u instead of str in Python 2Philipp Hagemeister2012-11-271-1/+1
| |
| * Replace long with int (see PEP 237)Philipp Hagemeister2012-11-271-3/+3
| |
| * Remove mentions of unicodePhilipp Hagemeister2012-11-271-56/+56
| |
| * Merge remote-tracking branch 'alab1001101/master'Philipp Hagemeister2012-11-271-0/+137
| |\
| | * Add arte.tv Info ExtractorChristian Albrecht2012-08-261-0/+155
| | |
* | | Use None on missing required info_dict fieldsFilippo Valsorda2012-11-271-39/+39
| | |
* | | IE._WORKING attribute in order to warn the users and skip the tests on ↵Filippo Valsorda2012-11-271-0/+9
| | | | | | | | | | | | broken IEs
* | | document info_dict['subtitles'] and info_dict['urlhandle']Filippo Valsorda2012-11-271-0/+3
| | |
* | | make all IEs return 'upload_date' and 'uploader', even if only u'NA'Filippo Valsorda2012-11-271-11/+24
| | |
* | | info_dict['upload_date'] is documented in --output, IEs MUST specify itFilippo Valsorda2012-11-271-6/+7
| | |
* | | info_dict['player_url'] is used only for rtmpdump, indicate it as optional ↵Filippo Valsorda2012-11-271-27/+12
| | | | | | | | | | | | in the info_dict
* | | default info_dict['format'] to info_dict['ext'] and make the YT one more verboseFilippo Valsorda2012-11-271-41/+29
|/ /
* | Merge remote-tracking branch 'chrisjrn/master'Philipp Hagemeister2012-11-271-2/+11
|\ \
| * | Fixes the InfoExtractor for the Colbert Report.Christopher Neugebauer2012-11-271-2/+11
| | |
* | | Fix spacing in comedycentral IEPhilipp Hagemeister2012-11-271-13/+9
|/ /
* | Fixed indentation errorChristopher Neugebauer2012-11-271-1/+1
| |
* | Removes extranous debugging info :)Christopher Neugebauer2012-11-271-4/+4
| |
* | Adds format listing/selection support to the Comedy Central extractor.Christopher Neugebauer2012-11-271-1/+41
| |
* | Removes extraneous debug message.Christopher Neugebauer2012-11-271-1/+0
| |
* | Points the ComedyCentral extractor at a CDN which works with more RTMPDump ↵Christopher Neugebauer2012-11-271-1/+13
| | | | | | | | versions.
* | Use character instead of byte stringsPhilipp Hagemeister2012-11-261-47/+47
| |
* | Add some parentheses around print for #180Philipp Hagemeister2012-11-261-5/+5
| |
* | Also enable album URLs on Vimeo.zejn2012-11-211-1/+1
| |
* | Reworked Vimeo file selection logic (quality, codec) - closes #530Filippo Valsorda2012-11-131-7/+18
| |
* | fix DailyMotion official users videos - closes #281 - by @yvestanFilippo Valsorda2012-11-071-1/+6
| |
* | fixed MetacafeIE (uploader nickname regex) - closes #515Filippo Valsorda2012-11-061-1/+1
| |
* | slight change to Dailymotion uploader regex (fix)Filippo Valsorda2012-10-281-1/+1
| |