about summary refs log tree commit diff
path: root/youtube_dl/extractor/common.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'opener-to-ydl'Philipp Hagemeister2013-11-251-2/+2
|\
| * Merge branch 'master' into opener-to-ydlPhilipp Hagemeister2013-11-241-1/+9
| |\
| * | Move the opener to the YoutubeDL object.Philipp Hagemeister2013-11-221-2/+2
* | | Remove quality_name field and improve zdf extractorPhilipp Hagemeister2013-11-251-1/+0
* | | [zdf/common] Use API in ZDF extractor.Philipp Hagemeister2013-11-251-0/+2
| |/ |/|
* | [collegehumor] Encode the xml before calling xml.etree.ElementTree.fromstring...Jaime Marquínez Ferrándiz2013-11-241-0/+6
* | Match --download-archive during playlist processing (Fixes #1745)Philipp Hagemeister2013-11-221-1/+3
|/
* Add support for tou.tv (Fixes #1792)Philipp Hagemeister2013-11-201-0/+28
* Add automatic generation of format note based on bitrate and codecsPhilipp Hagemeister2013-11-161-0/+4
* Don't accept '>' inside the content attribute in OpenGraph regexesJaime Marquínez Ferrándiz2013-11-151-3/+5
* Improve the OpenGraph regexJaime Marquínez Ferrándiz2013-11-151-5/+9
* [common] Simplify og_search_propertyPhilipp Hagemeister2013-11-121-3/+3
* Fix AssertionError when og property not foundMarcin Cieślak2013-11-051-1/+3
* Add the 'webpage_url' field to info_dictJaime Marquínez Ferrándiz2013-11-031-0/+3
* Remove superfluous spacePhilipp Hagemeister2013-10-301-1/+1
* Merge remote-tracking branch 'origin/master'Philipp Hagemeister2013-10-281-4/+4
|\
| * [Instagram] get the non-https link, as they are serving Akamai cert from a in...Filippo Valsorda2013-10-281-4/+4
* | New debug option --write-pagesPhilipp Hagemeister2013-10-281-0/+12
|/
* [vimeo] Fix pro videos and player.vimeo.com urlsJaime Marquínez Ferrándiz2013-10-231-2/+3
* The 'format' field now defaults to '{format_id} - {width}x{height}{format_note}'Jaime Marquínez Ferrándiz2013-10-211-1/+4
* fix typosPhilipp Hagemeister2013-10-181-1/+1
* Allow users to specify an age limit (fixes #1545)Philipp Hagemeister2013-10-061-0/+10
* Clarify that url and ext are optional when formats is given (#980)Philipp Hagemeister2013-10-041-0/+2
* Document formats (for #980)Philipp Hagemeister2013-10-041-2/+13
* Fix detection of the webpage charset if it's declared using ' instead of "Jaime Marquínez Ferrándiz2013-08-291-1/+1
* [sohu] Handle encoding, and fix testsPhilipp Hagemeister2013-08-281-2/+7
* Merge remote-tracking branch 'origin/reuse_ies'Philipp Hagemeister2013-08-281-0/+5
|\
| * YoutubeIE: reuse instances of InfoExtractors (closes #998)Jaime Marquínez Ferrándiz2013-07-081-0/+5
* | [addanime] improvePhilipp Hagemeister2013-08-281-1/+1
|\ \
* \ \ Merge pull request #937 from jaimeMF/subtitles_reworkJaime Marquínez Ferrándiz2013-08-231-1/+2
|\ \ \
| * | | Use a dictionary for storing the subtitlesJaime Marquínez Ferrándiz2013-07-201-1/+2
| |/ /
* / / Cache suitable regular expressionsPhilipp Hagemeister2013-08-211-1/+7
|/ /
* | Use unescapeHTML for OpenGraph propertiesPhilipp Hagemeister2013-07-171-1/+3
* | Strip hash info from URL when making requests (Fixes #1038)Philipp Hagemeister2013-07-131-0/+5
* | Improve OpenGraph property matchingPhilipp Hagemeister2013-07-131-6/+6
* | Use re.DOTALL by default when searching OpenGraph propertiesJaime Marquínez Ferrándiz2013-07-131-1/+1
* | InfoExtractor: add some helper methods to extract OpenGraph infoJaime Marquínez Ferrándiz2013-07-121-0/+24
* | Remove video_result helper methodPhilipp Hagemeister2013-07-111-5/+0
|/
* Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2013-07-081-0/+35
|\
| * VimeoIE: authentication support (closes #885) and add a method in the base In...Jaime Marquínez Ferrándiz2013-07-071-0/+35
* | [3sat] Add support (Fixes #1001)Philipp Hagemeister2013-07-081-0/+2
|/
* Add --list-extractor-descriptions (human-readable list of IEs)Philipp Hagemeister2013-07-011-0/+4
* Document view_count (Closes #963)Philipp Hagemeister2013-06-291-0/+1
* improve generic and encrypted signature error messagesFilippo Valsorda2013-06-251-1/+1
* Remove useless headersPhilipp Hagemeister2013-06-231-2/+0
* Fix generic class move (add all files)Philipp Hagemeister2013-06-231-0/+266