aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor
AgeCommit message (Collapse)Author
2015-11-04Merge remote-tracking branch 'upstream/master'Yen Chi Hsuan
2015-11-04Merge branch 'atomicdryad-pr-democracynow'Yen Chi Hsuan
2015-11-04[democracynow] Prevent required fields to be NoneYen Chi Hsuan
2015-11-04[democracynow] Rename js to json_dataYen Chi Hsuan
2015-11-03[vimeo] Fix non-ASCII album passwordsSergey M․
2015-11-03[vimeo] Fix non-ASCII loginSergey M․
2015-11-03[vimeo] Fix non-ASCII video passwords (2)Sergey M․
2015-11-03[vimeo] Fix non-ASCII video passwords (Closes #7352)Sergey M․
2015-11-03[democracynow] Add MD5 sumsYen Chi Hsuan
2015-11-03[democracynow] SimplifyYen Chi Hsuan
2015-11-02[videofy.me] fix info extractionremitamine
Closes #7339.
2015-11-02[mitele] Fix extraction and update test checksum (fixes #7343)Jaime Marquínez Ferrándiz
2015-11-01[eitb] Improve hds extractionSergey M․
2015-11-01[eitb] Improve, make more robust and extract f4m formats (Closes #7328)Sergey M․
2015-11-01[eitb] fix info extractionremitamine
2015-10-31Merge pull request #7296 from jaimeMF/xml_attrib_unicodeSergey M
Use a wrapper around xml.etree.ElementTree.fromstring in python 2.x (…
2015-11-01[extractor/common] Fix m3u8 extraction on failureSergey M․
2015-11-01[mdr] Fix failed formats processingSergey M․
2015-10-31[extractor/common] Make ie_key and IE_NAME return unicode stringSergey M․
2015-10-31[generic] Update testSergey M․
2015-10-31[mdr] PEP 8Sergey M․
2015-10-31[mdr] Simplify xpathSergey M․
2015-10-31[mdr] Add audio testSergey M․
2015-10-31[mdr] Modernize and include kika.deSergey M․
2015-10-31[kika] CleanupJaime Marquínez Ferrándiz
Closes #6957.
2015-10-31[kika] Replace non working tests and recognize 'einzelsendung' urls.Jaime Marquínez Ferrándiz
2015-10-31[democracynow] Fix _TESTSYen Chi Hsuan
2015-10-31replaced inefficient codeLucas
2015-10-31Add new extractorLucas
2015-10-31Merge branch 'pr-democracynow' of https://github.com/atomicdryad/youtube-dl ↵Yen Chi Hsuan
into atomicdryad-pr-democracynow
2015-10-30[anitube] Relax key regex (Closes #7303)Sergey M․
Another variant seen http://anitubebr.xpg.uol.com.br/embed/
2015-10-29[moniker] Add tests for #7244Sergey M․
2015-10-29[moniker] Add support for builtin embedded videos (Closes #7244)Sergey M․
2015-10-28[clyp] Improve and cleanup (Closes #7194)Sergey M․
2015-10-28[clyp] Add extractorCian Ruane
Update __init__.py [clyp.it] Extract ID idiomatically and make duration and description optional
2015-10-28[francetv] fix style issues reported by flake8Jaime Marquínez Ferrándiz
* Don't redefine variable in list comprehension * Line missing indentation
2015-10-27[pluzz] Fix mobile support and modernize (Closes #7305)Sergey M․
2015-10-27[francetv] Accept mobile URLsPierre Fenoll
2015-10-26[compat] compat_etree_fromstring: also decode the text attributeJaime Marquínez Ferrándiz
Deletes parse_xml from utils, because it also does it.
2015-10-26[francetv] Add subtitles testSergey M․
2015-10-26[francetv] Make subtitles more robust (Closes #7298)Sergey M․
2015-10-26[francetv] Add subtitles supportFrans de Jonge
2015-10-26[vidme] Check for deleted videosLukáš Lalinský
2015-10-25Use a wrapper around xml.etree.ElementTree.fromstring in python 2.x (#7178)Jaime Marquínez Ferrándiz
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).
2015-10-25[youporn] Extract comment countSergey M․
2015-10-25[stitcher] Remove origEpisodeURLSergey M․
It's always 404
2015-10-25[youporn] Improve uploader extractionSergey M․
2015-10-25[youporn] Make description optionalSergey M․
Some videos does not contain any description
2015-10-25[youporn] Improve and make more robust (Closes #6888, closes #7214)Sergey M․
2015-10-25[youporn] Fix extractionErik
[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