summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge remote-tracking branch 'Forever-Young/patch-1'Philipp Hagemeister2013-07-171-19/+18
|\ \ \
| * | | [youtube] improved decrypt_signature, closes #1060Anton Novosyolov2013-07-171-19/+18
| | | |
* | | | [youtube] Add sig test for 92 (Thanks to @patrickslin)Philipp Hagemeister2013-07-171-0/+5
|/ / /
* | | [metacafe] Use modern helper methodsPhilipp Hagemeister2013-07-171-5/+1
| | |
* | | Ignore errors in git error handling in verbose mode in Python 3Philipp Hagemeister2013-07-171-1/+4
| | |
* | | Write debugging output to stderr (#1059)Philipp Hagemeister2013-07-171-4/+4
| | |
* | | release 2013.07.17Philipp Hagemeister2013-07-171-1/+1
| | |
* | | [metacafe] Add support for AnyClip videos (#1059)Philipp Hagemeister2013-07-171-25/+37
| | |
* | | [freesound] Minor improvementsJaime Marquínez Ferrándiz2013-07-152-17/+17
| | |
* | | Merge pull request #1050 from yasoob/masterJaime Marquínez Ferrándiz2013-07-152-0/+37
|\ \ \ | | | | | | | | | | | | Added an IE and test for Freesound.org .
| * | | added test for freesound.orgM.Yasoob Khalid2013-07-151-0/+9
| | | |
| * | | Added an IE for freesound.orgM.Yasoob Khalid2013-07-152-0/+28
| | | |
* | | | GametrailersIE: make it a subclass of MTVIE to reuse most of the extraction ↵Jaime Marquínez Ferrándiz2013-07-142-48/+24
| | | | | | | | | | | | | | | | process
* | | | MTVIE: fix xml tags in the media namespace (python2.6)Jaime Marquínez Ferrándiz2013-07-141-2/+3
| | | |
* | | | [mtv]: rework MTVIE and add tests (closes #913)Jaime Marquínez Ferrándiz2013-07-141-55/+92
| | | | | | | | | | | | | | | | It uses the same system as ComedyCentralIE to transform ramp urls into http.
* | | | [livestream] fix import statementJaime Marquínez Ferrándiz2013-07-141-1/+1
| | | |
* | | | Add LivestreamIE (closes #1042)Jaime Marquínez Ferrándiz2013-07-132-0/+53
| |_|/ |/| |
* | | Strip hash info from URL when making requests (Fixes #1038)Philipp Hagemeister2013-07-131-0/+5
| | |
* | | [instagram] really fix uploader_id detection (Fixes #1038)Philipp Hagemeister2013-07-131-2/+3
| | |
* | | [instagram] fix uploader_id detection (Fixes #1038)Philipp Hagemeister2013-07-131-2/+2
| | |
* | | Improve OpenGraph property matchingPhilipp Hagemeister2013-07-131-6/+6
| | |
* | | Merge remote-tracking branch 'jaimeMF/opengraph'Philipp Hagemeister2013-07-1317-96/+54
|\ \ \
| * | | Use re.DOTALL by default when searching OpenGraph propertiesJaime Marquínez Ferrándiz2013-07-132-2/+2
| | | |
| * | | InfoExtractor: add some helper methods to extract OpenGraph infoJaime Marquínez Ferrándiz2013-07-1217-96/+54
| | | |
* | | | Add CanalplusIE (closes #59 and closes #918)Jaime Marquínez Ferrándiz2013-07-132-0/+47
| | | |
* | | | CriterionIE: simplify some parts and use _html_search_regexJaime Marquínez Ferrándiz2013-07-131-7/+7
| | | |
* | | | Merge pull request #1036 from yasoob/masterJaime Marquínez Ferrándiz2013-07-132-0/+41
|\ \ \ \ | | |/ / | |/| | | | | | Added an IE and test for Criterion videos (closes #1035).
| * | | added test for criterion.comM.Yasoob Khalid2013-07-131-0/+9
| | | |
| * | | added an IE for criterion.comM.Yasoob Khalid2013-07-132-0/+32
| |/ /
* / / YouJizzIE: support videos that define the urls in a playlist page (closes #1037)Jaime Marquínez Ferrándiz2013-07-131-2/+14
|/ /
* | Don't try to save the thumbnail if it's NoneJaime Marquínez Ferrándiz2013-07-121-1/+1
| | | | | | | | It means the extractor couldn't find it
* | Use determine_ext when saving the thumbnailJaime Marquínez Ferrándiz2013-07-122-5/+3
| | | | | | | | Urls that contain a query produced filenames with wrong extensions
* | BrightcoveIE: Use parse_qs to extract the fields of the query (closes #1032)Jaime Marquínez Ferrándiz2013-07-122-7/+13
| | | | | | | | Add a compat_urlparse to utils.
* | GenericIE: allow to match declaration of the Brightocove parameters that use ↵Jaime Marquínez Ferrándiz2013-07-121-1/+1
| | | | | | | | ' instead of "
* | [ign]: support some country versions and add an extractor for 1up.comJaime Marquínez Ferrándiz2013-07-122-13/+59
| | | | | | | | 1up.com uses the gin video system, the extractor is a subclass of IGNIE, it just replaces the video id
* | Add IGNIEJaime Marquínez Ferrándiz2013-07-122-0/+46
| | | | | | | | Only for www.ign.com, it doesn't support country specific versions (like es.ign.com)
* | release 2013.07.12Philipp Hagemeister2013-07-111-1/+1
| |
* | YoutubeIE: add algo for length 81 (closes #1026)Jaime Marquínez Ferrándiz2013-07-113-0/+10
| |
* | release 2013.07.11Philipp Hagemeister2013-07-111-1/+1
| |
* | YoutubeIE: a new algo for length 83Jaime Marquínez Ferrándiz2013-07-113-4/+4
| |
* | GametrailersIE: support multipart videosJaime Marquínez Ferrándiz2013-07-111-35/+30
| | | | | | | | Use xml.etree.ElementTree instead of re when possible
* | [brightcove] add importPhilipp Hagemeister2013-07-111-0/+1
| |
* | [brightcove] fix on Python 2.6Philipp Hagemeister2013-07-112-5/+5
| |
* | [arte] Fix on 2.6Philipp Hagemeister2013-07-111-1/+2
| |
* | Add helper function find_path_attrPhilipp Hagemeister2013-07-112-0/+29
| |
* | Remove video_result helper methodPhilipp Hagemeister2013-07-113-7/+4
| | | | | | | | Calling it was more complex then actually including the type in the video info
* | [ehow] improve minor bitsPhilipp Hagemeister2013-07-112-10/+17
| |
* | Merge remote-tracking branch 'yasoob/master'Philipp Hagemeister2013-07-112-0/+45
|\ \
| * | added test for ehowM.Yasoob Khalid2013-07-111-4/+6
| | |
| * | added an IE for Ehow videosM.Yasoob Khalid2013-07-112-0/+43
| | |