summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* release 2015.12.21 2015.12.21Philipp Hagemeister2015-12-212-5/+10
* Merge branch 'bleacherreport' of github.com:remitamine/youtube-dl into remita...remitamine2015-12-215-118/+218
|\
| * [bleacherreport] fix style issues and simplifyremitamine2015-12-214-52/+30
| * [bleacherreport] Add new Extractorremitamine2015-11-072-0/+125
| * [amp] Add generic extractor for Akamai AMP feeds and use it in dramafever and...remitamine2015-11-073-108/+105
* | Merge branch 'bliptv' of github.com:remitamine/youtube-dl into remitamine-bliptvremitamine2015-12-216-308/+118
|\ \
| * | [makertv] improve extractionremitamine2015-12-213-7/+22
| * | Merge remote-tracking branch 'upstream/master' into bliptvremitamine2015-12-03188-1771/+4058
| |\ \
| * | | [bliptv] remove extractor and add support for site replacement(makertv)remitamine2015-10-156-310/+103
* | | | Merge branch 'googledrive' of github.com:remitamine/youtube-dl into remitamin...remitamine2015-12-213-0/+95
|\ \ \ \
| * | | | [googledrive] Modernizeremitamine2015-12-213-100/+53
| * | | | [googledrive] raise ExtractorError instead of warningremitamine2015-07-231-3/+6
| * | | | fix recursive errorremitamine2015-07-231-7/+7
| * | | | remove unnecessary regex group namesremitamine2015-07-231-19/+13
| * | | | fix embed regexremitamine2015-07-231-3/+3
| * | | | add google drive embedsremitamine2015-07-231-0/+6
| * | | | import google drive embed classremitamine2015-07-231-1/+4
| * | | | move the embed to a separate classremitamine2015-07-231-1/+30
| * | | | change the _TEST inforemitamine2015-07-231-3/+3
| * | | | [googledrive] Add new extractorremitamine2015-07-232-0/+107
* | | | | Merge branch 'flickr' of github.com:remitamine/youtube-dl into remitamine-flickrremitamine2015-12-211-43/+63
|\ \ \ \ \
| * | | | | [flickr] extract views_count and tagsremitamine2015-12-211-0/+4
| * | | | | raise ExtractorError if the page doesn't contain a videoremitamine2015-11-051-0/+2
| * | | | | [flickr] handle error messageremitamine2015-11-011-1/+5
| * | | | | [flickr] extract fresh api key and remove duplication in testremitamine2015-11-011-7/+7
| * | | | | [flickr] extract more info and formatsremitamine2015-11-011-45/+55
* | | | | | [faz] extract duration and bitrate and use xpath_element and xpath_text for e...remitamine2015-12-201-15/+21
* | | | | | Merge pull request #6790 from remitamine/tele13remitamine2015-12-203-49/+82
|\ \ \ \ \ \
| * | | | | | [tele13] improve extractionremitamine2015-12-201-32/+32
| * | | | | | [tele13] skip testremitamine2015-09-071-2/+6
| * | | | | | [canal13cl] fix info extractionremitamine2015-09-073-49/+78
* | | | | | | Merge pull request #6928 from remitamine/cnetremitamine2015-12-201-35/+34
|\ \ \ \ \ \ \
| * | | | | | | [cnet] improve extractionremitamine2015-12-201-18/+23
| * | | | | | | [cnet] skip hls_phone if hls_tablet is presentremitamine2015-11-061-1/+3
| * | | | | | | [cnet] fix extraction and extract more formatsremitamine2015-09-231-31/+23
* | | | | | | | [youtube] Generalize playlists extractorSergey M․2015-12-202-5/+16
* | | | | | | | [test_utils] Add tests for encode_compat_strSergey M․2015-12-201-0/+5
* | | | | | | | Rename error_to_str to error_to_compat_strSergey M․2015-12-207-17/+17
* | | | | | | | [nbc:news] Remove unnecessary compat_strSergey M․2015-12-201-5/+2
* | | | | | | | [YoutubeDL] Revert error_to_str for ExtractorErrorSergey M․2015-12-201-1/+1
* | | | | | | | Use proper encoding on compat_str construction when necessarySergey M․2015-12-202-10/+11
* | | | | | | | [utils] Add encode_compat_strSergey M․2015-12-201-0/+4
* | | | | | | | [YoutubeDL] More error_to_strSergey M․2015-12-201-1/+1
* | | | | | | | [YoutubeDL] Use error_to_strSergey M․2015-12-201-2/+2
* | | | | | | | Properly convert errors to stringsSergey M․2015-12-206-19/+17
* | | | | | | | [utils] Add error_to_strSergey M․2015-12-201-0/+9
* | | | | | | | [gputechconf] improve extractionremitamine2015-12-191-4/+2
* | | | | | | | [gputechconf] Add new extractor(closes #5775)remitamine2015-12-192-0/+58
* | | | | | | | [extractor/common] Properly decode error string on python 2 (Closes #1354, cl...Sergey M․2015-12-201-1/+7
* | | | | | | | [faz] fix info extractionremitamine2015-12-191-1/+1