summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [YoutubeDL/utils] Clarify rationale for URL escaping in comment, move escape ↵Sergey M․2014-09-133-13/+56
| | | | routines to utils and add some tests
* [YoutubeDL] Escape non-ASCII characters in URLsSergey M․2014-09-121-0/+26
| | | | | urllib chokes on URLs with non-ASCII characters (see http://bugs.python.org/issue3991) Working around by replacing request's original URL with escaped one
* Merge branch 'Lovius-master'Sergey M․2014-09-122-0/+78
|\
| * [telemb] Extract all formats and modernizeSergey M․2014-09-122-29/+66
| |
| * Merge branch 'master' of https://github.com/Lovius/youtube-dl into Lovius-masterSergey M․2014-09-122-0/+41
| |\
| | * added extractor and __init__ loader for belgium local tv site telemb.beLovius2014-09-062-0/+41
| | |
* | | release 2014.09.12Philipp Hagemeister2014-09-121-1/+1
| | |
* | | [utils] Default SSL to TLS. (Fixes #3727)Philipp Hagemeister2014-09-121-3/+9
| | | | | | | | | | | | | | | | | | | | | On 2.x, we now try TLS first, and fall back to the compat 23 (basically anything) afterwards. On 3.4+, we now use the proper function so that we get all the latest security configurations. We allow SSLv3 though for the time being, since a lot of older pages use that. On 3.3, we default to SSLv23 (basically "anything, including TLS") because that has the widest compatibility.
* | | [youtube] Don't make the url protocol optionalJaime Marquínez Ferrándiz2014-09-111-2/+2
| | | | | | | | | | | | The generic extractor will add it.
* | | [youjizz] Don't make the url protocol optional (fixes #3722)Jaime Marquínez Ferrándiz2014-09-111-1/+1
|/ / | | | | | | | | It would fail to download the webpag if it's missing. And the generic extractor will add it.
* | Merge pull request #3716 from naglis/nosvideoSergey M.2014-09-111-6/+11
|\ \ | | | | | | [nosvideo] Check for deleted video
| * | [nosvideo] Update testNaglis Jonaitis2014-09-101-3/+3
| | |
| * | [nosvideo] Check for deleted videosNaglis Jonaitis2014-09-101-3/+8
| | |
* | | Merge pull request #3718 from naglis/tv3playSergey M.2014-09-111-2/+145
|\ \ \ | |/ / |/| | [tvplay] Support similar services in different countries
| * | [tvplay] Support similar services in different countriesNaglis Jonaitis2014-09-111-2/+145
|/ /
* | release 2014.09.10.1Philipp Hagemeister2014-09-101-1/+1
| |
* | [hostingbulk] SimplifySergey M․2014-09-101-10/+6
| |
* | Merge pull request #3709 from naglis/hostingbulkSergey M.2014-09-102-0/+89
|\ \ | | | | | | [hostingbulk] Add new extractor
| * | [hostingbulk] Add new extractorNaglis Jonaitis2014-09-092-0/+89
| | |
* | | [generic/youtube] Recognize youtube nocookie embeds (Closes #3713)Sergey M․2014-09-101-1/+1
| | |
* | | [izlesene] SimplifySergey M․2014-09-101-4/+3
| | |
* | | Merge pull request #3710 from naglis/izlesene_fixSergey M.2014-09-101-31/+60
|\ \ \ | | | | | | | | Izlesene fix
| * | | [izlesene] Remove API URLNaglis Jonaitis2014-09-101-1/+0
| | | |
| * | | [izlesene] Adapt to website changes and improveNaglis Jonaitis2014-09-101-30/+60
| |/ /
* / / release 2014.09.10Philipp Hagemeister2014-09-101-1/+1
|/ /
* | [noco] Add authenticate support (Closes #3706)Sergey M․2014-09-101-0/+27
| |
* | [rutv] Fix rutv player regexSergey M․2014-09-101-1/+1
| |
* | [khanacademy] Improve _VALID_URL (Closes #3695)Sergey M․2014-09-091-1/+1
| |
* | [moevideo] Make filesize exactSergey M․2014-09-091-3/+3
| |
* | Merge pull request #3690 from naglis/sharesixSergey M.2014-09-092-0/+92
|\ \ | | | | | | [sharesix] Add new extractor
| * | [sharesix] Add new extractorNaglis Jonaitis2014-09-062-0/+92
| | |
* | | [moevideo] Add videochart.net to _VALID_URLSergey M․2014-09-091-2/+2
| | |
* | | Merge pull request #3691 from naglis/moevideoSergey M.2014-09-092-0/+113
|\ \ \ | | | | | | | | [moevideo] Add new extractor
| * | | [moevideo] Add new extractorNaglis Jonaitis2014-09-072-0/+113
| |/ /
* | | [vgtv] Add view count to test casesSergey M․2014-09-081-3/+6
| | |
* | | Merge branch 'mrkolby-vgtv'Sergey M․2014-09-082-0/+117
|\ \ \ | |/ / |/| |
| * | [vgtv] Extract all formats, add support for wasLive and live streamTypesSergey M․2014-09-081-57/+100
| | |
| * | Merge branch 'vgtv' of https://github.com/mrkolby/youtube-dl into mrkolby-vgtvSergey M․2014-09-082-0/+74
|/| |
| * | [vgtv] Add new extractorMagnus Kolstad2014-09-042-0/+74
| | | | | | | | | | | | | | | | | | Because of the #! in the URL structure for VGTV we need to add ' before and after given URL. Or else it will cry: -bash: !/video/100495/lars-og-lars-sesong-6-episode-6-lakselus: event not found
* | | release 2014.09.06Philipp Hagemeister2014-09-061-1/+1
| | |
* | | Merge branch 'Rudloff-unistra_hd'Sergey M․2014-09-061-22/+56
|\ \ \ | |_|/ |/| |
| * | [unistra] ModernizeSergey M․2014-09-061-33/+55
| | |
| * | Merge branch 'unistra_hd' of https://github.com/Rudloff/youtube-dl into ↵Sergey M․2014-09-051-8/+20
|/| | | | | | | | | | | Rudloff-unistra_hd
| * | Add HD detection to UnistraPierre Rudloff2014-09-041-8/+20
| | |
* | | [http] Avoid closing stdout (Fixes #3686)Sergey M․2014-09-051-1/+2
| | |
* | | Credit @mrkolby for dbtv.no (#3685)Sergey M․2014-09-051-0/+1
| | |
* | | Merge branch 'mrkolby-dbtv'Sergey M․2014-09-052-0/+75
|\ \ \ | |/ / |/| |
| * | [dbtv] Simplify, modernize, extract all formatsSergey M․2014-09-051-58/+56
| | |
| * | Merge branch 'dbtv' of https://github.com/mrkolby/youtube-dl into mrkolby-dbtvSergey M․2014-09-052-0/+77
|/| | | | | | | | | | | | | | Conflicts: youtube_dl/extractor/__init__.py
| * | [dbtv] Add new extractorMagnus Kolstad2014-09-052-0/+77
| |/