summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [divxstage] Support more domainsSergey M․2014-04-051-1/+1
|
* [nowvideo] Support more domainsSergey M․2014-04-052-2/+2
|
* [videoweed] Revert _FILE_DELETED_REGEXSergey M․2014-04-051-0/+1
|
* [movshare] Add _FILE_DELETED_REGEXSergey M․2014-04-051-0/+1
|
* [divxstage] Add support for divxstage.euSergey M․2014-04-052-0/+28
|
* [videoweed] SimplifySergey M․2014-04-051-2/+0
|
* [movshare] Add support for movshare.netSergey M․2014-04-052-0/+27
|
* Credit @sainyamkapoor for videoweed extractorSergey M․2014-04-051-0/+1
|
* [generic] Add support for videoweed embedsSergey M․2014-04-051-0/+6
|
* [nowvideo] Improve _VALID_URLSergey M․2014-04-051-1/+1
|
* [novamov] Improve _VALID_URLSergey M․2014-04-051-1/+2
|
* [videoweed] SimplifySergey M․2014-04-052-54/+12
|
* [videoweed]CleanupSainyam Kapoor2014-04-051-1/+1
|
* [Videoweed] Added support for videoweed.Sainyam Kapoor2014-04-052-0/+70
|
* Merge pull request #2696 from anovicecodemonkey/support-ustream-embedsPhilipp Hagemeister2014-04-042-1/+25
|\ | | | | [UstreamIE] [generic] Added support for Ustream embed URLs (Fixes #2694)
| * Fix _TEST for Ustream embed URLsanovicecodemonkey2014-04-052-12/+4
| |
| * [UstreamIE] [generic] Added support for Ustream embed URLs (Fixes #2694)anovicecodemonkey2014-04-052-2/+34
| |
* | [cspan] Do not test number of playlist entriesPhilipp Hagemeister2014-04-041-1/+0
| | | | | | | | Apparently, CSpan switches between single-file and multiple-file results. Either one is fine as long as we get the full four hours.
* | [rts] Use visible id in file namesPhilipp Hagemeister2014-04-041-5/+8
| | | | | | | | Maybe the internal ID is more precise, but it's totally confusing, and the obvious ID still allows a google search.
* | [ro220] Make test case more flexiblePhilipp Hagemeister2014-04-041-1/+1
| | | | | | | | Either one or two spaces is fine here.
* | [motorsport] Fix on Python 3Philipp Hagemeister2014-04-041-1/+1
| |
* | release 2014.04.04.7Philipp Hagemeister2014-04-041-1/+1
| |
* | Fix unicode_escape (Fixes #2695)Philipp Hagemeister2014-04-042-1/+8
| |
* | release 2014.04.04.6Philipp Hagemeister2014-04-041-1/+1
| |
* | [teamcoco] Fix regex in 2.6 (#2700)Philipp Hagemeister2014-04-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The re engine does not want to repeat an empty string, for fear that something like (.*)* could be matching the tokens ... "" "" "" "" "" "" Of course, that's harmless with a question mark, although still somewhat strange.
* | Merge remote-tracking branch 'AGSPhoenix/teamcoco-fix'Philipp Hagemeister2014-04-041-7/+20
|\ \
| * | Revert "Workaround for regex engine limitation"AGSPhoenix2014-04-041-6/+4
| | | | | | | | | | | | This reverts commit 6d0d573ecaf763ce2b043ef7f83a743170eab16d.
| * | Workaround for regex engine limitationAGSPhoenix2014-04-041-4/+6
| | |
| * | Add a test for the new URL pagesAGSPhoenix2014-04-041-1/+12
| | | | | | | | | | | | Add a test for the pages with the video_id in the URL.
| * | Support TeamCoco URLs with video_id in the titleAGSPhoenix2014-04-041-6/+8
| | | | | | | | | | | | | | | | | | | | | If the URL has the video_id in it, use that since the current method of finding the id breaks on those pages. Fixes 2698.
* | | release 2014.04.04.5Philipp Hagemeister2014-04-041-1/+1
| | |
* | | [yahoo] Support https and -uploader URLs (Fixes #2701)Philipp Hagemeister2014-04-042-1/+7
| | |
* | | [pornhd] Avoid shadowing variable urlPhilipp Hagemeister2014-04-041-2/+2
| | |
* | | Remove unused importsPhilipp Hagemeister2014-04-043-9/+1
| | |
* | | release 2014.04.04.4Philipp Hagemeister2014-04-041-1/+1
| | |
* | | Add alternative --prefer-unsecure spelling (Closes #2697)Philipp Hagemeister2014-04-041-1/+1
| | |
* | | [breakcom] Fix YouTube videos extraction (fixes #2699)Jaime Marquínez Ferrándiz2014-04-041-3/+4
| | |
* | | [keezmovies] ModernizeJaime Marquínez Ferrándiz2014-04-041-12/+14
| | |
* | | [yahoo] ModernizeJaime Marquínez Ferrándiz2014-04-041-20/+17
| | |
* | | [pornhd] Update test checksumSergey M․2014-04-041-1/+1
| | |
* | | [pornhd] Fix extraction (Closes #2693)Sergey M․2014-04-041-19/+56
| |/ |/|
* | [rts] Add more formats and audio support (Closes #2689)Sergey M․2014-04-041-22/+110
| |
* | [downloader/common] Use `compat_str` with the error in `try_rename` ↵Jaime Marquínez Ferrándiz2014-04-041-2/+3
| | | | | | | | | | | | (appeared in #2389) Otherwise on python 2.x we get `UnicodeDecodeError` because it may contain non ascii characters.
* | release 2014.04.04.2Philipp Hagemeister2014-04-041-1/+1
| |
* | [youtube:playlist] Fix playlists for logged-in users (Fixes #2690)Philipp Hagemeister2014-04-041-1/+2
| |
* | release 2014.04.04.3Philipp Hagemeister2014-04-041-1/+1
| |
* | [cnet] Fall back to "videos" keyPhilipp Hagemeister2014-04-041-0/+5
| |
* | [dailymotion] Fix playlist+userPhilipp Hagemeister2014-04-041-6/+4
| |
* | [generic] Remove test case that has become a 404Philipp Hagemeister2014-04-041-14/+0
| |
* | [tests] Fix YoutubeDL testsPhilipp Hagemeister2014-04-041-31/+43
| | | | | | | | Since bec1fad, the id, title, and url (also in formats) keys are mandatory. Change the tests to reflect that.