Commit Graph

1907 Commits (c364f15ff1b86a0068cbec4f6782a4baf7a06152)
 

Author SHA1 Message Date
Jaime Marquínez Ferrándiz c364f15ff1 Add WeiboIE (closes )
It just embed video from other sites.
Modified the _VALID_URL of Youku to catch embed urls.
Jaime Marquínez Ferrándiz e1f6e61e6a Add an extractor for 56.com (related )
Jaime Marquínez Ferrándiz 0932300e3a Add SinaIE (related ): extractor for video.sina.com.cn
Jaime Marquínez Ferrándiz 3f40217704 InstagramIE: fix the extraction of the uploader_id and the title
The page title is now 'Instagram', so we build it.
Also extract the description
Philipp Hagemeister f631c3311a Hint that --update may need sudo
Philipp Hagemeister ad433bb372 release 2013.07.18
Jaime Marquínez Ferrándiz 3e0b3a1428 Remove the test to signature of lengths 43,43
It's already covered by the test for length 87
Jaime Marquínez Ferrándiz 444b116597 YoutubeIE: add algo for length 90 (closes )
Order the cases from higher to lower length.
Jaime Marquínez Ferrándiz 2aea08eda1 Merge pull request from MiLk/genalgo-youtube-92
[youtube] Add generator for signature 92
Emilien Kenler ccf365475a [youtube] Add generator for signature 92
Jaime Marquínez Ferrándiz e1fb245690 Add CondeNastIE
It supports some of the websites of the Condé Nast group: WIRED, GQ, Vogue, Glamour, W Magazine and Vanity Fair.
Jaime Marquínez Ferrándiz 5a76c6517e YoutubeIE: some encrypted signatures have more than two parts, print the size of all the parts
Philipp Hagemeister 1bb9568776 release 2013.07.17.1
Philipp Hagemeister ecd1c2f7e9 [thisav] add a test for video MD5
Philipp Hagemeister 466de68801 [thisav] Add IE (Fixes )
Philipp Hagemeister 88d4111cfa [youtube] Add code for signature 92 (Closes )
Philipp Hagemeister 51fb64bab1 Mark test_youtube_sig as non-executable ()
Philipp Hagemeister be547e1d3b Revert "[youtube] improved decrypt_signature, closes #1060"
This reverts commit fe6fad1242 and closes .
Philipp Hagemeister bf85454116 [metacafe] Fix test
Philipp Hagemeister 5910724b11 [metacafe] New result format
Philipp Hagemeister 7e24b09da9 [metacafe] Extract description
Philipp Hagemeister f085f960e7 [metacafe] Fix uploader detection
Philipp Hagemeister f38de77f6e Use unescapeHTML for OpenGraph properties
These are attribute values, so we don't need the more complex and whitespace-destroying cleanHTML - we just need to unescape quotes, that's it.
Philipp Hagemeister 58e7d46d1b Merge remote-tracking branch 'Forever-Young/patch-1'
Philipp Hagemeister 2a5201638d [youtube] Add sig test for 92 (Thanks to @patrickslin)
Anton Novosyolov fe6fad1242 [youtube] improved decrypt_signature, closes
Philipp Hagemeister ec00e1d8a0 [metacafe] Use modern helper methods
Philipp Hagemeister de29c4144e Ignore errors in git error handling in verbose mode in Python 3
Philipp Hagemeister f3bab0044e Write debugging output to stderr ()
Philipp Hagemeister ffd1833b87 release 2013.07.17
Philipp Hagemeister 896d5b63e8 [metacafe] Add support for AnyClip videos ()
Jaime Marquínez Ferrándiz 67de24e449 [freesound] Minor improvements
Jaime Marquínez Ferrándiz 66400c470c Merge pull request from yasoob/master
Added an IE and test for Freesound.org .
M.Yasoob Khalid 7665010267 added test for freesound.org
M.Yasoob Khalid 5d9b75051a Added an IE for freesound.org
Jaime Marquínez Ferrándiz ab2f744b90 GametrailersIE: make it a subclass of MTVIE to reuse most of the extraction process
Jaime Marquínez Ferrándiz 300fcad8a6 MTVIE: fix xml tags in the media namespace (python2.6)
Jaime Marquínez Ferrándiz f7e025958a [mtv]: rework MTVIE and add tests (closes )
It uses the same system as ComedyCentralIE to transform ramp urls into http.
Jaime Marquínez Ferrándiz 0ab5531363 [livestream] fix import statement
Jaime Marquínez Ferrándiz b4444d5ca2 Add LivestreamIE (closes )
Philipp Hagemeister b9d3e1635f Strip hash info from URL when making requests (Fixes )
Philipp Hagemeister aa6b734e02 [instagram] really fix uploader_id detection (Fixes )
Philipp Hagemeister 73b57f0ccb [instagram] fix uploader_id detection (Fixes )
Philipp Hagemeister 3c4e6d8337 Improve OpenGraph property matching
Philipp Hagemeister 36034aecc2 Merge remote-tracking branch 'jaimeMF/opengraph'
Jaime Marquínez Ferrándiz ffca4b5c32 Add CanalplusIE (closes and closes )
Jaime Marquínez Ferrándiz b0e72bcf34 CriterionIE: simplify some parts and use _html_search_regex
Jaime Marquínez Ferrándiz 7fd930c0c8 Merge pull request from yasoob/master
Added an IE and test for Criterion videos (closes ).
Jaime Marquínez Ferrándiz 2e78b2bead YouJizzIE: support videos that define the urls in a playlist page (closes )
Jaime Marquínez Ferrándiz 44dbe89035 Use re.DOTALL by default when searching OpenGraph properties