Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | [democracynow] Prevent required fields to be None | Yen Chi Hsuan | 2015-11-04 | 1 | -2/+2 | |
| | | ||||||
| * | [democracynow] Rename js to json_data | Yen Chi Hsuan | 2015-11-04 | 1 | -6/+6 | |
| | | ||||||
| * | [democracynow] Add MD5 sums | Yen Chi Hsuan | 2015-11-03 | 1 | -0/+2 | |
| | | ||||||
| * | [democracynow] Simplify | Yen Chi Hsuan | 2015-11-03 | 1 | -39/+41 | |
| | | ||||||
| * | [democracynow] Fix _TESTS | Yen Chi Hsuan | 2015-10-31 | 1 | -4/+3 | |
| | | ||||||
| * | Merge branch 'pr-democracynow' of https://github.com/atomicdryad/youtube-dl ↵ | Yen Chi Hsuan | 2015-10-31 | 2 | -0/+86 | |
| |\ | | | | | | | | | | into atomicdryad-pr-democracynow | |||||
| | * | democracynow: correct syntax | fnord | 2015-07-17 | 1 | -29/+14 | |
| | | | ||||||
| | * | Add support for democracynow.org | fnord | 2015-07-13 | 2 | -0/+101 | |
| | | | | | | | | | | | | Supports downloading clips or entire shows. Subtitle support | |||||
* | | | release 2015.11.02 | Philipp Hagemeister | 2015-11-02 | 1 | -1/+1 | |
| | | | ||||||
* | | | [utils] unified_strdate: Return None if the date format can't be recognized ↵ | Jaime Marquínez Ferrándiz | 2015-11-02 | 2 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | (fixes #7340) This issue was introduced with ae12bc3ebb4cb377c2b4337ec255e652b36f5143, it returned 'None'. | |||||
* | | | [videofy.me] fix info extraction | remitamine | 2015-11-02 | 1 | -19/+21 | |
| | | | | | | | | | | | | Closes #7339. | |||||
* | | | [mitele] Fix extraction and update test checksum (fixes #7343) | Jaime Marquínez Ferrándiz | 2015-11-02 | 1 | -2/+6 | |
| | | | ||||||
* | | | [utils:sanitize_path] Disallow trailing whitespace in path segment (Closes ↵ | Sergey M․ | 2015-11-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | #7332) | |||||
* | | | release 2015.11.01 | Philipp Hagemeister | 2015-11-01 | 2 | -2/+3 | |
| | | | ||||||
* | | | [eitb] Improve hds extraction | Sergey M․ | 2015-11-01 | 1 | -2/+3 | |
| | | | ||||||
* | | | [eitb] Improve, make more robust and extract f4m formats (Closes #7328) | Sergey M․ | 2015-11-01 | 1 | -21/+50 | |
| | | | ||||||
* | | | [eitb] fix info extraction | remitamine | 2015-11-01 | 1 | -21/+44 | |
| | | | ||||||
* | | | Merge pull request #7296 from jaimeMF/xml_attrib_unicode | Sergey M | 2015-10-31 | 13 | -48/+89 | |
|\ \ \ | | | | | | | | | Use a wrapper around xml.etree.ElementTree.fromstring in python 2.x (… | |||||
| * | | | [compat] compat_etree_fromstring: clarify comment | Jaime Marquínez Ferrándiz | 2015-10-29 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | [compat] compat_etree_fromstring: also decode the text attribute | Jaime Marquínez Ferrándiz | 2015-10-26 | 5 | -30/+30 | |
| | | | | | | | | | | | | | | | | Deletes parse_xml from utils, because it also does it. | |||||
| * | | | [compat] compat_etree_fromstring: only decode bytes objects | Jaime Marquínez Ferrándiz | 2015-10-25 | 2 | -4/+5 | |
| | | | | ||||||
| * | | | Use a wrapper around xml.etree.ElementTree.fromstring in python 2.x (#7178) | Jaime Marquínez Ferrándiz | 2015-10-25 | 11 | -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 failure | Sergey M․ | 2015-11-01 | 1 | -3/+4 | |
| | | | | ||||||
* | | | | [mdr] Fix failed formats processing | Sergey M․ | 2015-11-01 | 1 | -5/+6 | |
| | | | | ||||||
* | | | | [extractor/common] Make ie_key and IE_NAME return unicode string | Sergey M․ | 2015-10-31 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | [utils] Make unified_strdate always return unicode string | Sergey M․ | 2015-10-31 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | [generic] Update test | Sergey M․ | 2015-10-31 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | [mdr] PEP 8 | Sergey M․ | 2015-10-31 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | [mdr] Simplify xpath | Sergey M․ | 2015-10-31 | 1 | -4/+7 | |
| | | | | ||||||
* | | | | [utils] Support list of xpath in xpath_element | Sergey M․ | 2015-10-31 | 2 | -3/+19 | |
| | | | | ||||||
* | | | | [mdr] Add audio test | Sergey M․ | 2015-10-31 | 1 | -0/+11 | |
| | | | | ||||||
* | | | | [mdr] Modernize and include kika.de | Sergey M․ | 2015-10-31 | 3 | -144/+132 | |
| | | | | ||||||
* | | | | [kika] Cleanup | Jaime Marquínez Ferrándiz | 2015-10-31 | 1 | -32/+22 | |
| | | | | | | | | | | | | | | | | Closes #6957. | |||||
* | | | | [kika] Replace non working tests and recognize 'einzelsendung' urls. | Jaime Marquínez Ferrándiz | 2015-10-31 | 1 | -10/+10 | |
| | | | | ||||||
* | | | | replaced inefficient code | Lucas | 2015-10-31 | 1 | -11/+7 | |
| | | | | ||||||
* | | | | Add new extractor | Lucas | 2015-10-31 | 2 | -0/+116 | |
| |/ / |/| | | ||||||
* | | | [anitube] Relax key regex (Closes #7303) | Sergey M․ | 2015-10-30 | 1 | -2/+2 | |
| | | | | | | | | | | | | Another variant seen http://anitubebr.xpg.uol.com.br/embed/ | |||||
* | | | [moniker] Add tests for #7244 | Sergey M․ | 2015-10-29 | 1 | -0/+12 | |
| | | | ||||||
* | | | [moniker] Add support for builtin embedded videos (Closes #7244) | Sergey M․ | 2015-10-29 | 1 | -11/+24 | |
| | | | ||||||
* | | | [clyp] Improve and cleanup (Closes #7194) | Sergey M․ | 2015-10-28 | 1 | -31/+31 | |
| | | | ||||||
* | | | [utils] Improve parse_iso8601 | Sergey M․ | 2015-10-28 | 2 | -4/+11 | |
| | | | ||||||
* | | | [clyp] Add extractor | Cian Ruane | 2015-10-28 | 2 | -0/+58 | |
| | | | | | | | | | | | | | | | | | | Update __init__.py [clyp.it] Extract ID idiomatically and make duration and description optional | |||||
* | | | [francetv] fix style issues reported by flake8 | Jaime Marquínez Ferrándiz | 2015-10-28 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | * Don't redefine variable in list comprehension * Line missing indentation | |||||
* | | | [pluzz] Fix mobile support and modernize (Closes #7305) | Sergey M․ | 2015-10-27 | 1 | -5/+11 | |
| | | | ||||||
* | | | [francetv] Accept mobile URLs | Pierre Fenoll | 2015-10-27 | 1 | -1/+1 | |
| | | | ||||||
* | | | [francetv] Add subtitles test | Sergey M․ | 2015-10-26 | 1 | -0/+3 | |
| | | | ||||||
* | | | [francetv] Make subtitles more robust (Closes #7298) | Sergey M․ | 2015-10-26 | 1 | -8/+6 | |
| | | | ||||||
* | | | [francetv] Add subtitles support | Frans de Jonge | 2015-10-26 | 1 | -0/+11 | |
| | | | ||||||
* | | | Merge pull request #7297 from lalinsky/vidme-deleted | Sergey M | 2015-10-26 | 1 | -0/+9 | |
|\ \ \ | |/ / |/| | | [vidme] Check for deleted videos | |||||
| * | | [vidme] Check for deleted videos | Lukáš Lalinský | 2015-10-26 | 1 | -0/+9 | |
|/ / |