summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | [youtube] Remove unused importPhilipp Hagemeister2015-01-301-1/+0
| |
* | [cinchcast] Wrap overly long lines (#4820)Philipp Hagemeister2015-01-301-1/+4
| |
* | Merge remote-tracking branch 'codesparkle/master'Philipp Hagemeister2015-01-306-14/+4
|\ \
| * | Smotri info extractor: removed unreachable code and updated old md5 for test ↵codesparkle2015-01-301-4/+1
| | | | | | | | | | | | video
| * | Remove duplicate dictionary keyscodesparkle2015-01-302-2/+0
| | |
| * | Simplify list creationcodesparkle2015-01-301-6/+1
| | |
| * | The opening curly brace `{` is a regex reserved [control ↵codesparkle2015-01-302-2/+2
| | | | | | | | | | | | character](http://stackoverflow.com/a/400316/1106367), so it needs to be escaped.
* | | dedup AUTHORSPhilipp Hagemeister2015-01-301-1/+0
|/ /
* | release 2015.01.30.2Philipp Hagemeister2015-01-301-1/+1
| |
* | [youtube] Fall back to embed webpage when content is blocked on main (Fixes ↵Philipp Hagemeister2015-01-301-2/+15
| | | | | | | | #4717)
* | [README] Add an FAQ for YouTube IDs starting with a dash (Closes #4800)Philipp Hagemeister2015-01-301-0/+7
| |
* | release 2015.01.30.1Philipp Hagemeister2015-01-301-1/+1
| |
* | release 2015.01.30Philipp Hagemeister2015-01-302-4/+4
| |
* | [youtube:truncated_url] Add hl= forms (#4799)Philipp Hagemeister2015-01-301-0/+4
| |
* | [dctp] PEP8Philipp Hagemeister2015-01-301-2/+2
| |
* | Credit @bastik for dctp.tv (#4796)Philipp Hagemeister2015-01-301-0/+1
| |
* | [dctp] Improve output (#4796)Philipp Hagemeister2015-01-301-6/+13
| |
* | Merge remote-tracking branch 'bastik/dev-dctp'Philipp Hagemeister2015-01-303-0/+54
|\ \
| * | [dctp] prefix real_time parameter with rtmp_Paul Hartmann2015-01-302-2/+2
| | |
| * | [dctp] fix testPaul Hartmann2015-01-301-2/+3
| | |
| * | [dctp] follow id conventionsPaul Hartmann2015-01-291-2/+3
| | |
| * | [dctp] fix python 2.6 compatibilityPaul Hartmann2015-01-291-3/+3
| | |
| * | added test for dctpPaul Hartmann2015-01-281-1/+8
| | |
| * | added extractor for dctp.tvPaul Hartmann2015-01-283-0/+45
| | |
* | | Credit @yan12125 for ctsnews and nextmediaPhilipp Hagemeister2015-01-301-0/+1
| | |
* | | [ctsnews] Remove unused importPhilipp Hagemeister2015-01-301-1/+0
| | |
* | | Merge remote-tracking branch 'yan12125/IE_NextMedia'Philipp Hagemeister2015-01-302-0/+169
|\ \ \
| * | | [NextMedia] Add new extractorYen Chi Hsuan2015-01-292-0/+169
| | | |
* | | | [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
| | | |