summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [README.md] Suggest checking extractor code under all Python versionsSergey M․2016-06-131-1/+1
|
* [README.md] Update links to info dict metafieldsSergey M․2016-06-131-2/+2
|
* [README.md] Update links to options available for YoutubeDLSergey M․2016-06-131-1/+1
|
* [xfileshare] Improve removed videos detectionSergey M․2016-06-131-2/+9
|
* [xfileshare] Fix testSergey M․2016-06-131-1/+1
|
* [xfileshare:xvidstage] Add support for videos with packed codes (Closes #4335)Sergey M․2016-06-131-4/+27
|
* [downloader/external] Decode error string before writing to stderrSergey M․2016-06-121-1/+1
|
* release 2016.06.12Sergey M․2016-06-123-5/+6
|
* [streamcloud] Detect removed videos (Closes #3768)Sergey M․2016-06-121-2/+10
|
* [nrk:skole] Fix extractionSergey M․2016-06-121-11/+15
|
* [nrktv] Fix testsSergey M․2016-06-121-2/+2
|
* [README.md] Document using output template in batch files (Closes #9717)Sergey M․2016-06-121-0/+4
|
* [instagram] Extract metadata from JSONSergey M․2016-06-121-11/+61
|
* [utils] Add try_getSergey M․2016-06-121-0/+10
| | | | To reduce boilerplate when accessing JSON
* [youporn] Fix metadata extractionSergey M․2016-06-121-6/+6
|
* [matchtv] ModernizeSergey M․2016-06-121-13/+12
|
* [viki] Do not use a fallback language for title in the first tryYen Chi Hsuan2016-06-111-2/+5
| | | | In test_Viki_3, 'titles' gives a Hebrew title.
* [viki] Update _TESTSYen Chi Hsuan2016-06-111-6/+6
|
* [viki] Skip a geo-restricted testYen Chi Hsuan2016-06-111-1/+2
|
* [vimeo] Fix extraction for VimeoReview videosYen Chi Hsuan2016-06-111-63/+82
|
* [generic] Remove an invalid testYen Chi Hsuan2016-06-111-14/+0
| | | | Now handled by telewebion.py
* [telewebion] Add new extractor (closes #5135)Yen Chi Hsuan2016-06-112-0/+56
|
* Merge pull request #9755 from vxbinaca/patch-2Yen Chi Hsuan2016-06-111-1/+1
|\ | | | | [utils] Change Firefox 44 to 47
| * [utils] Change Firefox 44 to 47Paul Henning2016-06-111-1/+1
|/ | | See commit title.
* [kuwo] Update _TESTSYen Chi Hsuan2016-06-111-4/+4
|
* [leeco] Recognize Le Sports URLs (fixes #9750)Yen Chi Hsuan2016-06-111-2/+5
|
* release 2016.06.11.3Sergey M․2016-06-112-4/+4
|
* release 2016.06.11.2Sergey M․2016-06-112-4/+4
|
* [setup.py] Add python 3.5 classifierSergey M․2016-06-111-0/+1
|
* [limelight] Extract ttml subtitles (Closes #9739)Sergey M․2016-06-111-2/+8
|
* [limelight] Fix typoSergey M․2016-06-111-1/+1
|
* [limelight] Improve _VALID_URLsSergey M․2016-06-111-7/+49
|
* [limelight] Fix _VALID_URLsSergey M․2016-06-111-2/+2
|
* [indavideo] Fix formats' height (Closes #9744)Sergey M․2016-06-111-1/+2
|
* [README.md] Document missing playlist fields in output templateSergey M․2016-06-111-0/+3
|
* release 2016.06.11.1Sergey M․2016-06-112-4/+4
|
* release 2016.06.11Sergey M․2016-06-114-9/+10
|
* Merge pull request #9747 from TRox1972/lyndaSergey M2016-06-111-1/+2
|\ | | | | [Lynda] Extract course description
| * [Lynda] Extract course descriptionTRox19722016-06-101-1/+2
| |
* | [lynda] Skip login if already logged inSergey M․2016-06-101-11/+5
| |
* | [lynda] Add support for new authentication (Closes #9740)Sergey M․2016-06-101-57/+62
| |
* | [compat] Import html5 entities correctlyYen Chi Hsuan2016-06-101-2/+2
| |
* | [dw] Skip an invalid testYen Chi Hsuan2016-06-101-0/+2
| | | | | | | | DW documentaries only last for one or two weeks. See #9475
* | [generic] Update test_Generic_40Yen Chi Hsuan2016-06-101-5/+5
| | | | | | | | The original link now redirects to an YouTube user channel.
* | [youtube:user] Support another URL formYen Chi Hsuan2016-06-101-1/+4
| | | | | | | | | | | | Such an URL comes from http://www.gametrailers.com/. This is originally a test case in GenericIE, but now seems all GameTrailers videos are on YouTube.
* | [audiomack:album] Force video_id to be stringsYen Chi Hsuan2016-06-101-1/+2
| | | | | | | | Related: be6217b26142491232fb697b125015d45437832d
* | [voicerepublic] Force video_id to be stringsYen Chi Hsuan2016-06-101-4/+7
| | | | | | | | Related: be6217b26142491232fb697b125015d45437832d
* | [vporn] Improve error detection and update _TESTSYen Chi Hsuan2016-06-101-2/+8
| |
* | [utils] Decode HTML5 entitiesYen Chi Hsuan2016-06-102-2/+12
| | | | | | | | Used in test_Vporn_1. Also related to #9270
* | [compat] Add compat_html_entities_html5Yen Chi Hsuan2016-06-101-1/+2239
| | | | | | | | Used in tset_Vporn_1. Also Related to #9270