summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | [utils] Use compat_shlex_quote in shell_quoteSergey M․2017-06-171-2/+1
| | | |
* | | | [postprocessor/execafterdownload] Encode command line (closes #13407)Sergey M․2017-06-171-2/+5
| | | |
* | | | [compat] Fix compat_shlex_quote on Windows (closes #5889, closes #10254)Sergey M․2017-06-171-10/+15
| | | |
* | | | [postprocessor/metadatafromtitle] Fix missing optional meta fields (closes ↵Sergey M․2017-06-171-3/+6
| | | | | | | | | | | | | | | | #13408)
* | | | [devscripts/prepare_manpage] Fix deprecated escape sequence on py36Yen Chi Hsuan2017-06-171-1/+1
| | | |
* | | | [Makefile] Excluding __pycache__ correctly (#13400)Yen Chi Hsuan2017-06-171-1/+1
| | | |
* | | | [polskieradio] Fix extractionJakub Adam Wieczorek2017-06-161-1/+1
| | | |
* | | | [extractor/common] Improve jwplayer subtitles extractionSergey M․2017-06-151-0/+2
| | | |
* | | | [xfileshare] Add support for fastvideo.megfabiano2017-06-151-0/+4
| | | |
* | | | [extractor/common] Fix json dumping with --geo-bypassYen Chi Hsuan2017-06-152-1/+4
| | | | | | | | | | | | | | | | | | | | The line "[debug] Using fake IP %s (%s) as X-Forwarded-For." was printed to stdout even with -j/-J, which breaks the resultant JSON.
* | | | [bilibili] Fix extraction of videos with double quotes in titlesYen Chi Hsuan2017-06-152-1/+23
| | | | | | | | | | | | | | | | Closes #13387
* | | | [4tube] Fix extraction (closes #13381)gfabiano2017-06-151-2/+2
| | | |
* | | | [disney] Add support for disneychannel.deMarcin Cieślak2017-06-151-1/+4
| | | |
* | | | [extractor/common] Improve jwplayer formats extraction (closes #13379)Sergey M․2017-06-141-0/+2
| | | |
* | | | [npo] Improve _VALID_URL (closes #13376)Sergey M․2017-06-141-1/+4
| | | |
* | | | [corus] Add support for showcase.caSergey M․2017-06-131-1/+8
| | | |
* | | | [corus] Add support for history.ca (closes #13359)Sergey M․2017-06-131-1/+17
| | | |
* | | | [compat] Add compat_HTMLParseError to __all__Sergey M․2017-06-121-0/+1
| | | |
* | | | release 2017.06.12Sergey M․2017-06-125-20/+21
| | | |
* | | | [ChangeLog] ActualizeSergey M․2017-06-121-0/+33
| | | |
* | | | [xfileshare] PEP 8Sergey M․2017-06-121-1/+0
| | | |
* | | | [utils] Handle HTMLParseError in extract_attributes (closes #13349)Sergey M․2017-06-122-2/+9
| | | |
* | | | [compat] Introduce compat_HTMLParseErrorSergey M․2017-06-121-0/+13
| | | |
* | | | [xfileshare] Add support for rapidvideo (closes #13348)Sergey M․2017-06-121-0/+4
| | | |
* | | | [xfileshare] Modernize and pass referrerSergey M․2017-06-121-6/+6
| | | |
* | | | [rutv] Add support for testplayer.vgtrk.com (closes #13347)Sergey M․2017-06-111-7/+15
| | | |
* | | | [newgrounds] Extract more metadata (closes #13232)Sergey M․2017-06-111-5/+33
| | | |
* | | | [utils] Improve unified_timestampSergey M․2017-06-112-1/+2
| | | |
* | | | [newgrounds:playlist] Add extractor (closes #10611)Sergey M․2017-06-112-2/+59
| | | |
* | | | [newgrounds] Improve formats and uploader extraction (closes #13346)Sergey M․2017-06-111-5/+43
| | | |
* | | | [msn] Fix formats extractionSergey M․2017-06-111-4/+3
| | | |
* | | | [extractor/generic] Ensure format id is unicode stringSergey M․2017-06-101-2/+3
| | | |
* | | | [extractor/common] Return unicode string from _match_idSergey M․2017-06-091-1/+1
| | | |
* | | | [turbo] Ensure format id is stringSergey M․2017-06-091-1/+2
| | | |
* | | | [sexu] Ensure height is intSergey M․2017-06-091-2/+3
| | | |
* | | | [jove] Ensure comment count is intSergey M․2017-06-091-2/+2
| | | |
* | | | [golem] Ensure format id is stringSergey M․2017-06-091-1/+2
| | | |
* | | | [gfycat] Ensure filesize is intSergey M․2017-06-091-1/+1
| | | |
* | | | [foxgay] Ensure height is intSergey M․2017-06-091-1/+2
| | | |
* | | | [flickr] Ensure format id is stringSergey M․2017-06-091-2/+5
| | | |
* | | | [sohu] Fix numeric fieldsSergey M․2017-06-091-5/+10
| | | |
* | | | [safari] Improve authentication detection (closes #13319)Sergey M․2017-06-081-11/+10
| | | |
* | | | [liveleak] Ensure height is int (closes #13313)Sergey M․2017-06-081-2/+3
| | | |
* | | | [YoutubeDL] Sanitize more fields (#13313)Sergey M․2017-06-081-15/+37
| | | |
* | | | [README.md] Improve man page formattingSergey M․2017-06-081-1/+3
| | | |
* | | | [README.md] Clarify output template references (closes #13316)Sergey M․2017-06-081-2/+2
| | | |
* | | | [streamango] Skip download for test (closes #13292)Sergey M․2017-06-071-1/+5
| | | |
* | | | [streamango] Make title optionalLuca Steeb2017-06-071-1/+8
| | | |
* | | | [rtlnl] Improve _VALID_URL (closes #13295)Sergey M․2017-06-061-1/+4
| | | |
* | | | [tvplayer] Fix extraction (closes #13291)Sergey M․2017-06-061-1/+1
| | | |