summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | [flickr] fix format sortingremitamine2015-12-211-4/+10
| | | | | | | | | | |
* | | | | | | | | | | [br] add support for br-klassik.de and improve extractionremitamine2015-12-211-49/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - extend _VALID_URL to match both br.de and br-klassik.de - extract all formats(hls,hds and rtmp) - use xpath_element and xpath_text for xml info extraction
* | | | | | | | | | | [audiomack] Fix typo (Closes #7936)Sergey M․2015-12-211-1/+1
| | | | | | | | | | |
* | | | | | | | | | | [adultswim] update testremitamine2015-12-211-1/+5
| | | | | | | | | | |
* | | | | | | | | | | [test_subtitles] remove BlipTV testremitamine2015-12-211-13/+0
| | | | | | | | | | |
* | | | | | | | | | | [atresplayer] improve extractionremitamine2015-12-211-39/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - select hashlib.md5 constructor as digestmod(in python 3.4+ MD5 as implicit default digest for digestmod is deprecated.) - extract hls formats - update tests - extract errors
* | | | | | | | | | | [abc] detect expired state and update testsremitamine2015-12-211-0/+5
| | | | | | | | | | |
* | | | | | | | | | | release 2015.12.21Philipp Hagemeister2015-12-212-5/+10
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'bleacherreport' of github.com:remitamine/youtube-dl into ↵remitamine2015-12-215-118/+218
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remitamine-bleacherreport
| * | | | | | | | | | | [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 ↵remitamine2015-11-073-108/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and foxnews extractors
* | | | | | | | | | | | 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 ↵remitamine2015-12-213-0/+95
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remitamine-googledrive
| * | | | | | | | | | | | | | [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 ↵remitamine2015-12-201-15/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | extraction
* | | | | | | | | | | | | | | | Merge pull request #6790 from remitamine/tele13remitamine2015-12-203-49/+82
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | [canal13cl] fix info extraction
| * | | | | | | | | | | | | | | [tele13] improve extractionremitamine2015-12-201-32/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - improve jwplayer setup regex - sort formats - remove duplicate formats - update youtube test
| * | | | | | | | | | | | | | | [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] fix extraction and extract more formats and metadata(closes #7003)
| * | | | | | | | | | | | | | | | [cnet] improve extractionremitamine2015-12-201-18/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - relex data json regex - extract the platform metadata once - extract hds formats - extract duration - extract thumbnail
| * | | | | | | | | | | | | | | | [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
| | | | | | | | | | | | | | | | |