summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ctsnews] Remove news count check (#4802)Philipp Hagemeister2015-01-301-10/+2
| | | | | That's the number of articles (or at least some constant value); view count is the number of views of the video! Also add a better description so that we can distinguish the two downloads.
* [test_http] PEP8Philipp Hagemeister2015-01-301-0/+1
|
* Merge remote-tracking branch 'yan12125/IE_CtsNews'Philipp Hagemeister2015-01-302-0/+103
|\
| * [ctsnews] Detect youtube embedde videosYen Chi Hsuan2015-01-301-12/+63
| |
| * [CtsNews] Add new extractorYen Chi Hsuan2015-01-292-0/+52
| |
* | Add a test for --no-check-certificatePhilipp Hagemeister2015-01-303-0/+129
| |
* | [viddler] PEP8Philipp Hagemeister2015-01-301-1/+1
| |
* | Merge pull request #4815 from jaimeMF/https_handlerPhilipp Hagemeister2015-01-301-1/+6
|\ \ | | | | | | [utils] YoutubeDLHTTPSHandler.https_open: pass all required arguments to to do_open
| * | [utils] YoutubeDLHTTPSHandler.https_open: pass all required arguments to do_openJaime Marquínez Ferrándiz2015-01-291-1/+6
| |/ | | | | | | With this change the '--no-check-certificate' works again (#4807).
* | [__init__] Provide a better error messages if URLs are missing (Closes #4813)Philipp Hagemeister2015-01-301-1/+3
| |
* | [YoutubeDL] set the 'thumbnails' field if the info_dict has the 'thumbnails' ↵Jaime Marquínez Ferrándiz2015-01-291-1/+1
| | | | | | | | | | | | field Since the '--write-thumbnail' uses the 'thumbnails' field and we didn't updated the info_dict, it wouldn't detect the thumbnail. (fixes #4812)
* | [xuite] Fix _VALID_URLSergey M․2015-01-291-1/+1
| |
* | Merge pull request #4809 from bastik/fix-srSergey M.2015-01-291-1/+1
|\ \ | | | | | | fix srmediathek description
| * | fix srmediathek descriptionPaul Hartmann2015-01-291-1/+1
| |/
* | Merge branch 'yan12125-IE_Xuite'Sergey M․2015-01-292-0/+143
|\ \ | |/ |/|
| * [xuite] Simplify and improveSergey M․2015-01-291-101/+84
| |
| * Merge branch 'IE_Xuite' of https://github.com/yan12125/youtube-dl into ↵Sergey M․2015-01-292-0/+160
|/| | | | | | | yan12125-IE_Xuite
| * [xuite] Update testsYen Chi Hsuan2015-01-281-1/+13
| |
| * [xuite] Add height information for the two formatsYen Chi Hsuan2015-01-281-11/+11
| |
| * [xuite] Add new extractorYen Chi Hsuan2015-01-272-0/+148
| |
* | [YoutubeDL] Set format_id for video+audio (Closes #3634)Sergey M․2015-01-291-0/+1
| |
* | [ivi] ModernizeSergey M․2015-01-281-11/+16
| |
* | [viddler] Extract comment countSergey M․2015-01-281-3/+10
| |
* | [generic] Improve some regexesSergey M․2015-01-281-5/+5
| |
* | Credit @HyShai for viddler fixes (#4794)Sergey M․2015-01-281-0/+1
| |
* | [viddler] ModernizeSergey M․2015-01-281-24/+22
| |
* | Merge pull request #4794 from HyShai/viddlerSergey M.2015-01-282-4/+52
|\ \ | | | | | | [viddler] fixed viddler support; also added a viddler generic extractor
| * | fixed viddler support - needed a Referer header; also added a viddlerShaya G2015-01-282-4/+52
|/ / | | | | | | generic extractor
* / [YoutubeDL] Temporary fix for subprocess encoding issues on python2 @ ↵Sergey M․2015-01-271-0/+5
|/ | | | | | Windows (Closes #4787) For now filenames will be encoded with preferrefencoding before written to disk
* [lnkgo] Adapt to website changesNaglis Jonaitis2015-01-271-36/+25
|
* [YoutubeDL] Allow format filtering by fpsPhilipp Hagemeister2015-01-262-2/+2
|
* [YoutubeDL] Always set the '_filename' field in the info_dict (reported in ↵Jaime Marquínez Ferrándiz2015-01-261-4/+1
| | | | | | #4053) It's also useful when you use the '--write-info-json' option.
* release 2015.01.25Philipp Hagemeister2015-01-252-3/+22
|
* Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2015-01-255-20/+35
|\
| * Credit @David-Development for rtl2 (#4780)Sergey M․2015-01-261-0/+1
| |
| * [spiegel] Use generalized formats pre-testingSergey M․2015-01-261-18/+2
| |
| * [lynda] Pre-test video URLs for HTTP errors (Closes #2185, closes #4782)Sergey M․2015-01-261-0/+1
| |
| * [common] Generalize URLs' HTTP errors pre-testingSergey M․2015-01-261-0/+23
| |
| * [drtv] Prefer the version without spoken subtitles (fixes #4779)Jaime Marquínez Ferrándiz2015-01-251-2/+8
| | | | | | | | For example for http://www.dr.dk/tv/se/moderne-klassikere/moderne-klassikere-one-republic-apologize#!/, there's a version where everytime someone speaks in English a computer voice translates it.
* | [generic] Improve description testcase in rss testPhilipp Hagemeister2015-01-251-1/+1
|/
* [rtl2] PEP8, simplify, make rtmp tests run (#470)Philipp Hagemeister2015-01-253-79/+57
|
* flake8: Ignore .gitPhilipp Hagemeister2015-01-251-1/+1
|
* Merge remote-tracking branch 'David-Development/rtl2.py'Philipp Hagemeister2015-01-253-2/+107
|\
| * refactoring - bug fixesDavid Development2015-01-251-33/+33
| |
| * Merge branch 'rtl2.py' of https://github.com/David-Development/youtube-dl ↵David Development2015-01-250-0/+0
| |\ | | | | | | | | | | | | | | | | | | into rtl2.py Conflicts: youtube_dl/extractor/rtl2.py
| | * [rtl2] Add new extractorDavid-Development2015-01-242-0/+99
| | |
| * | [rtl2] Add new extractorDavid-Development2015-01-253-2/+107
| |/
* | [YoutubeDL] clarify hook documentationPhilipp Hagemeister2015-01-251-4/+6
| |
* | Merge branch 'travis-rtmp'Philipp Hagemeister2015-01-252-3/+4
|\ \
| * | Test rtmpdump on travis (Fixes #1601)Philipp Hagemeister2015-01-252-3/+4
| | |