summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* release 2015.11.02 2015.11.02Philipp Hagemeister2015-11-021-1/+1
|
* [utils] unified_strdate: Return None if the date format can't be recognized ↵Jaime Marquínez Ferrándiz2015-11-022-1/+3
| | | | | | (fixes #7340) This issue was introduced with ae12bc3ebb4cb377c2b4337ec255e652b36f5143, it returned 'None'.
* [videofy.me] fix info extractionremitamine2015-11-021-19/+21
| | | | Closes #7339.
* [mitele] Fix extraction and update test checksum (fixes #7343)Jaime Marquínez Ferrándiz2015-11-021-2/+6
|
* [utils:sanitize_path] Disallow trailing whitespace in path segment (Closes ↵Sergey M․2015-11-021-1/+1
| | | | #7332)
* release 2015.11.01 2015.11.01Philipp Hagemeister2015-11-012-2/+3
|
* [eitb] Improve hds extractionSergey M․2015-11-011-2/+3
|
* [eitb] Improve, make more robust and extract f4m formats (Closes #7328)Sergey M․2015-11-011-21/+50
|
* [eitb] fix info extractionremitamine2015-11-011-21/+44
|
* Merge pull request #7296 from jaimeMF/xml_attrib_unicodeSergey M2015-10-3113-48/+89
|\ | | | | Use a wrapper around xml.etree.ElementTree.fromstring in python 2.x (…
| * [compat] compat_etree_fromstring: clarify commentJaime Marquínez Ferrándiz2015-10-291-2/+2
| |
| * [compat] compat_etree_fromstring: also decode the text attributeJaime Marquínez Ferrándiz2015-10-265-30/+30
| | | | | | | | Deletes parse_xml from utils, because it also does it.
| * [compat] compat_etree_fromstring: only decode bytes objectsJaime Marquínez Ferrándiz2015-10-252-4/+5
| |
| * Use a wrapper around xml.etree.ElementTree.fromstring in python 2.x (#7178)Jaime Marquínez Ferrándiz2015-10-2511-21/+61
| | | | | | | | Attributes aren't unicode objects, so they couldn't be directly used in info_dict fields (for example '--write-description' doesn't work with bytes).
* | [extractor/common] Fix m3u8 extraction on failureSergey M․2015-11-011-3/+4
| |
* | [mdr] Fix failed formats processingSergey M․2015-11-011-5/+6
| |
* | [extractor/common] Make ie_key and IE_NAME return unicode stringSergey M․2015-10-311-2/+2
| |
* | [utils] Make unified_strdate always return unicode stringSergey M․2015-10-311-1/+1
| |
* | [generic] Update testSergey M․2015-10-311-0/+1
| |
* | [mdr] PEP 8Sergey M․2015-10-311-1/+1
| |
* | [mdr] Simplify xpathSergey M․2015-10-311-4/+7
| |
* | [utils] Support list of xpath in xpath_elementSergey M․2015-10-312-3/+19
| |
* | [mdr] Add audio testSergey M․2015-10-311-0/+11
| |
* | [mdr] Modernize and include kika.deSergey M․2015-10-313-144/+132
| |
* | [kika] CleanupJaime Marquínez Ferrándiz2015-10-311-32/+22
| | | | | | | | Closes #6957.
* | [kika] Replace non working tests and recognize 'einzelsendung' urls.Jaime Marquínez Ferrándiz2015-10-311-10/+10
| |
* | replaced inefficient codeLucas2015-10-311-11/+7
| |
* | Add new extractorLucas2015-10-312-0/+116
| |
* | [anitube] Relax key regex (Closes #7303)Sergey M․2015-10-301-2/+2
| | | | | | | | Another variant seen http://anitubebr.xpg.uol.com.br/embed/
* | [moniker] Add tests for #7244Sergey M․2015-10-291-0/+12
| |
* | [moniker] Add support for builtin embedded videos (Closes #7244)Sergey M․2015-10-291-11/+24
| |
* | [clyp] Improve and cleanup (Closes #7194)Sergey M․2015-10-281-31/+31
| |
* | [utils] Improve parse_iso8601Sergey M․2015-10-282-4/+11
| |
* | [clyp] Add extractorCian Ruane2015-10-282-0/+58
| | | | | | | | | | | | Update __init__.py [clyp.it] Extract ID idiomatically and make duration and description optional
* | [francetv] fix style issues reported by flake8Jaime Marquínez Ferrándiz2015-10-281-4/+4
| | | | | | | | | | * Don't redefine variable in list comprehension * Line missing indentation
* | [pluzz] Fix mobile support and modernize (Closes #7305)Sergey M․2015-10-271-5/+11
| |
* | [francetv] Accept mobile URLsPierre Fenoll2015-10-271-1/+1
| |
* | [francetv] Add subtitles testSergey M․2015-10-261-0/+3
| |
* | [francetv] Make subtitles more robust (Closes #7298)Sergey M․2015-10-261-8/+6
| |
* | [francetv] Add subtitles supportFrans de Jonge2015-10-261-0/+11
| |
* | Merge pull request #7297 from lalinsky/vidme-deletedSergey M2015-10-261-0/+9
|\ \ | |/ |/| [vidme] Check for deleted videos
| * [vidme] Check for deleted videosLukáš Lalinský2015-10-261-0/+9
|/
* [youporn] Extract comment countSergey M․2015-10-251-0/+6
|
* [stitcher] Remove origEpisodeURLSergey M․2015-10-251-1/+1
| | | | It's always 404
* [youporn] Improve uploader extractionSergey M․2015-10-251-5/+27
|
* [youporn] Make description optionalSergey M․2015-10-251-1/+1
| | | | Some videos does not contain any description
* [youporn] Improve and make more robust (Closes #6888, closes #7214)Sergey M․2015-10-251-73/+104
|
* [youporn] Fix extractionErik2015-10-251-32/+23
| | | | | | | | | | | | | | | | | | [youporn] Added description and thumbnail [youporn] Added uploader and date [youporn] Removed Try and Except lines [youporn] Fixed date, fatal, formats and /s* [youporn] Undid removing comment about video url components & Undid and fixed removal of encrypted URL detection [youporn] Fix: Add encrypted link to links array only if not already in it [youporn] Fix: Add encrypted link to links array only if not already in it [youporn] Fix: cleanup
* [njoy] Add support for URLs without display idSergey M․2015-10-251-2/+6
|
* [dailymotion] Extract f4m formatsSergey M․2015-10-241-3/+11
|