Commit Graph

  • de7a91bfe3 WeiboIE: extract the player urls from a json webpage Jaime Marquínez Ferrándiz 2013-07-19 20:43:44 +02:00
  • a4358cbabd YoutubeIE: new algo for length 85 (closes #1080), thanks to @patrickslin Jaime Marquínez Ferrándiz 2013-07-19 17:12:40 +02:00
  • 177ed935a9 TEDIE: fix the title extraction Jaime Marquínez Ferrándiz 2013-07-19 16:13:31 +02:00
  • c364f15ff1 Add WeiboIE (closes #1039) Jaime Marquínez Ferrándiz 2013-07-19 09:43:43 +02:00
  • e1f6e61e6a Add an extractor for 56.com (related #1039) Jaime Marquínez Ferrándiz 2013-07-18 20:47:10 +02:00
  • 0932300e3a Add SinaIE (related #1039): extractor for video.sina.com.cn Jaime Marquínez Ferrándiz 2013-07-18 15:31:50 +02:00
  • 3f40217704 InstagramIE: fix the extraction of the uploader_id and the title Jaime Marquínez Ferrándiz 2013-07-18 13:12:27 +02:00
  • f631c3311a Hint that --update may need sudo Philipp Hagemeister 2013-07-18 12:53:24 +02:00
  • 86cc15eb06 release 2013.07.18 Philipp Hagemeister 2013-07-18 12:49:56 +02:00
  • ad433bb372 release 2013.07.18 2013.07.18 Philipp Hagemeister 2013-07-18 12:41:49 +02:00
  • 3e0b3a1428 Remove the test to signature of lengths 43,43 Jaime Marquínez Ferrándiz 2013-07-18 12:29:09 +02:00
  • 444b116597 YoutubeIE: add algo for length 90 (closes #1064) Jaime Marquínez Ferrándiz 2013-07-18 12:24:16 +02:00
  • 2aea08eda1 Merge pull request #1068 from MiLk/genalgo-youtube-92 Jaime Marquínez Ferrándiz 2013-07-18 09:51:39 +02:00
  • 8e5e059d7d forgot to import json json M.Yasoob Khalid 2013-07-18 12:40:56 +05:00
  • 2b1b511f6b removed some unnecessary imports M.Yasoob Khalid 2013-07-18 12:37:47 +05:00
  • 233ad24ecf corrected a typo and added myself to travis notifications. M.Yasoob Khalid 2013-07-18 12:37:02 +05:00
  • c4949c50f9 added test for ex.fm M.Yasoob Khalid 2013-07-18 12:33:31 +05:00
  • b6ef402905 added an IE for ex.fm M.Yasoob Khalid 2013-07-18 12:30:21 +05:00
  • 7f9d670af1 Merge ccf365475aae29918ccf9d5e39bc8f893f9f2172 into e1fb24569065e93b0406a0f19a3ab75611a8c968 MiLk 2013-07-17 08:47:56 -07:00
  • ccf365475a [youtube] Add generator for signature 92 Emilien Kenler 2013-07-17 17:43:44 +02:00
  • e1fb245690 Add CondeNastIE Jaime Marquínez Ferrándiz 2013-07-16 20:50:16 +02:00
  • 5a76c6517e YoutubeIE: some encrypted signatures have more than two parts, print the size of all the parts Jaime Marquínez Ferrándiz 2013-07-17 12:08:10 +02:00
  • 8f61efc5d9 release 2013.07.17.1 Philipp Hagemeister 2013-07-17 11:26:29 +02:00
  • 1bb9568776 release 2013.07.17.1 2013.07.17.1 Philipp Hagemeister 2013-07-17 11:18:35 +02:00
  • ecd1c2f7e9 [thisav] add a test for video MD5 Philipp Hagemeister 2013-07-17 11:18:14 +02:00
  • 466de68801 [thisav] Add IE (Fixes #1056) Philipp Hagemeister 2013-07-17 11:16:53 +02:00
  • 88d4111cfa [youtube] Add code for signature 92 (Closes #1060) Philipp Hagemeister 2013-07-17 11:06:34 +02:00
  • 51fb64bab1 Mark test_youtube_sig as non-executable (#1066) Philipp Hagemeister 2013-07-17 11:04:07 +02:00
  • be547e1d3b Revert "[youtube] improved decrypt_signature, closes #1060" Philipp Hagemeister 2013-07-17 10:58:07 +02:00
  • bf85454116 [metacafe] Fix test Philipp Hagemeister 2013-07-17 10:50:30 +02:00
  • 5910724b11 [metacafe] New result format Philipp Hagemeister 2013-07-17 10:49:49 +02:00
  • 7e24b09da9 [metacafe] Extract description Philipp Hagemeister 2013-07-17 10:45:35 +02:00
  • f085f960e7 [metacafe] Fix uploader detection Philipp Hagemeister 2013-07-17 10:45:24 +02:00
  • f38de77f6e Use unescapeHTML for OpenGraph properties Philipp Hagemeister 2013-07-17 10:38:23 +02:00
  • 58e7d46d1b Merge remote-tracking branch 'Forever-Young/patch-1' Philipp Hagemeister 2013-07-17 09:25:52 +02:00
  • 2a5201638d [youtube] Add sig test for 92 (Thanks to @patrickslin) Philipp Hagemeister 2013-07-17 09:23:38 +02:00
  • c358838613 Merge fe6fad124207979c7d656ceef1ab95c29dc14ac6 into ec00e1d8a01dafe8efafe554668c930bf4683f82 Anton Novosyolov 2013-07-16 23:43:15 -07:00
  • fe6fad1242 [youtube] improved decrypt_signature, closes #1060 Anton Novosyolov 2013-07-17 10:41:43 +04:00
  • ec00e1d8a0 [metacafe] Use modern helper methods Philipp Hagemeister 2013-07-17 01:35:33 +02:00
  • de29c4144e Ignore errors in git error handling in verbose mode in Python 3 Philipp Hagemeister 2013-07-17 01:33:28 +02:00
  • f3bab0044e Write debugging output to stderr (#1059) Philipp Hagemeister 2013-07-17 01:30:34 +02:00
  • 1a21103b9f release 2013.07.17 Philipp Hagemeister 2013-07-17 01:27:10 +02:00
  • ffd1833b87 release 2013.07.17 2013.07.17 Philipp Hagemeister 2013-07-17 01:14:38 +02:00
  • 896d5b63e8 [metacafe] Add support for AnyClip videos (#1059) Philipp Hagemeister 2013-07-17 01:14:30 +02:00
  • 67de24e449 [freesound] Minor improvements Jaime Marquínez Ferrándiz 2013-07-15 21:33:45 +02:00
  • 66400c470c Merge pull request #1050 from yasoob/master Jaime Marquínez Ferrándiz 2013-07-15 21:06:51 +02:00
  • c1920c589d Merge 766501026774a8d5295e2b7ec4edef58b427ca78 into ab2f744b906ad4a896746d1648505e8f5efa815a M.Yasoob Ullah Khalid ☺ 2013-07-15 10:25:26 -07:00
  • 7665010267 added test for freesound.org M.Yasoob Khalid 2013-07-15 20:17:09 +05:00
  • 5d9b75051a Added an IE for freesound.org M.Yasoob Khalid 2013-07-15 20:16:44 +05:00
  • ab2f744b90 GametrailersIE: make it a subclass of MTVIE to reuse most of the extraction process Jaime Marquínez Ferrándiz 2013-07-14 14:29:15 +02:00
  • 300fcad8a6 MTVIE: fix xml tags in the media namespace (python2.6) Jaime Marquínez Ferrándiz 2013-07-14 14:02:04 +02:00
  • f7e025958a [mtv]: rework MTVIE and add tests (closes #913) Jaime Marquínez Ferrándiz 2013-07-14 13:41:46 +02:00
  • 0ab5531363 [livestream] fix import statement Jaime Marquínez Ferrándiz 2013-07-14 09:25:51 +02:00
  • b4444d5ca2 Add LivestreamIE (closes #1042) Jaime Marquínez Ferrándiz 2013-07-13 23:58:04 +02:00
  • 0025da15cf Clarify that download rate is in bytes per second alphapapa 2013-07-13 16:42:16 -05:00
  • b9d3e1635f Strip hash info from URL when making requests (Fixes #1038) Philipp Hagemeister 2013-07-13 22:52:12 +02:00
  • aa6b734e02 [instagram] really fix uploader_id detection (Fixes #1038) Philipp Hagemeister 2013-07-13 21:45:33 +02:00
  • 73b57f0ccb [instagram] fix uploader_id detection (Fixes #1038) Philipp Hagemeister 2013-07-13 20:40:04 +02:00
  • 3c4e6d8337 Improve OpenGraph property matching Philipp Hagemeister 2013-07-13 20:39:47 +02:00
  • 36034aecc2 Merge remote-tracking branch 'jaimeMF/opengraph' Philipp Hagemeister 2013-07-13 20:33:23 +02:00
  • 96e314bfd8 Merge 44dbe8903580e1e62ea6f3881b2fa469853c4a83 into ffca4b5c32280e416131faf43afa0cb26c55c8b0 Jaime Marquínez Ferrándiz 2013-07-13 04:48:20 -07:00
  • ffca4b5c32 Add CanalplusIE (closes #59 and closes #918) Jaime Marquínez Ferrándiz 2013-07-13 12:10:35 +02:00
  • b0e72bcf34 CriterionIE: simplify some parts and use _html_search_regex Jaime Marquínez Ferrándiz 2013-07-13 12:26:05 +02:00
  • 7fd930c0c8 Merge pull request #1036 from yasoob/master Jaime Marquínez Ferrándiz 2013-07-13 12:18:03 +02:00
  • 8184b73160 Merge 2d5a8b55129b1dc10f9e789875b46742c8f303af into 2e78b2beadcdb1fc2cfa60789bb501cccd5dbce5 M.Yasoob Ullah Khalid ☺ 2013-07-13 03:09:18 -07:00
  • 2e78b2bead YouJizzIE: support videos that define the urls in a playlist page (closes #1037) Jaime Marquínez Ferrándiz 2013-07-13 12:07:07 +02:00
  • 44dbe89035 Use re.DOTALL by default when searching OpenGraph properties Jaime Marquínez Ferrándiz 2013-07-13 11:29:08 +02:00
  • 2d5a8b5512 added test for criterion.com M.Yasoob Khalid 2013-07-13 09:18:03 +05:00
  • 159736c1b8 added an IE for criterion.com M.Yasoob Khalid 2013-07-13 09:17:48 +05:00
  • 46720279c2 InfoExtractor: add some helper methods to extract OpenGraph info Jaime Marquínez Ferrándiz 2013-07-12 19:00:19 +02:00
  • d8269e1dfb Don't try to save the thumbnail if it's None Jaime Marquínez Ferrándiz 2013-07-12 22:11:59 +02:00
  • cbdbb76665 Use determine_ext when saving the thumbnail Jaime Marquínez Ferrándiz 2013-07-12 21:52:59 +02:00
  • 6543f0dca5 BrightcoveIE: Use parse_qs to extract the fields of the query (closes #1032) Jaime Marquínez Ferrándiz 2013-07-12 14:53:28 +02:00
  • 232eb88bfe GenericIE: allow to match declaration of the Brightocove parameters that use ' instead of " Jaime Marquínez Ferrándiz 2013-07-12 14:52:01 +02:00
  • a95967f8b7 [ign]: support some country versions and add an extractor for 1up.com Jaime Marquínez Ferrándiz 2013-07-12 11:39:40 +02:00
  • 2ef648d3d3 Add IGNIE Jaime Marquínez Ferrándiz 2013-07-12 00:00:21 +02:00
  • 7269f7f6f8 release 2013.07.12 Philipp Hagemeister 2013-07-12 00:03:14 +02:00
  • 33f6830fd5 release 2013.07.12 2013.07.12 Philipp Hagemeister 2013-07-11 23:54:34 +02:00
  • 606d7e67fd YoutubeIE: add algo for length 81 (closes #1026) Jaime Marquínez Ferrándiz 2013-07-11 23:47:54 +02:00
  • 582d80020d release 2013.07.11 Philipp Hagemeister 2013-07-11 22:04:57 +02:00
  • fd87ff26b9 release 2013.07.11 2013.07.11 Philipp Hagemeister 2013-07-11 21:04:59 +02:00
  • 85347e1cb6 YoutubeIE: a new algo for length 83 Jaime Marquínez Ferrándiz 2013-07-11 20:21:45 +02:00
  • 41897817cc GametrailersIE: support multipart videos Jaime Marquínez Ferrándiz 2013-07-11 18:10:39 +02:00
  • 45ff2d51d0 [brightcove] add import Philipp Hagemeister 2013-07-11 16:31:29 +02:00
  • 5de3ece225 [brightcove] fix on Python 2.6 Philipp Hagemeister 2013-07-11 16:16:02 +02:00
  • df50a41289 [arte] Fix on 2.6 Philipp Hagemeister 2013-07-11 16:12:16 +02:00
  • 59ae56fad5 Add helper function find_path_attr Philipp Hagemeister 2013-07-11 16:12:08 +02:00
  • 690e872c51 Remove video_result helper method Philipp Hagemeister 2013-07-11 12:12:23 +02:00
  • 81082e046e [ehow] improve minor bits Philipp Hagemeister 2013-07-11 12:11:00 +02:00
  • 3fa9550837 Merge remote-tracking branch 'yasoob/master' Philipp Hagemeister 2013-07-11 12:02:16 +02:00
  • eb48a5a8ee Merge b1082f01a681623028a3dc6d2ba0fef6b78a8301 into 117adb0f0f14766189b3e2f635462990637d1274 M.Yasoob Ullah Khalid ☺ 2013-07-11 02:32:05 -07:00
  • b1082f01a6 added test for ehow M.Yasoob Khalid 2013-07-11 14:30:25 +05:00
  • f35b84c807 added an IE for Ehow videos M.Yasoob Khalid 2013-07-11 14:25:14 +05:00
  • 117adb0f0f GenericIE: detect more Brightcove videos Jaime Marquínez Ferrándiz 2013-07-11 00:25:38 +02:00
  • abb285fb1b BrightcoveIE: add support for playlists Jaime Marquínez Ferrándiz 2013-07-11 00:04:33 +02:00
  • a431154706 Set the playlist_index and playlist fields for already resolved video results. Jaime Marquínez Ferrándiz 2013-07-10 23:36:30 +02:00
  • cfe50f04ed GenericIE: Detect videos from Brightcove Jaime Marquínez Ferrándiz 2013-07-10 17:49:11 +02:00
  • a7055eb956 YoutubeIE: show a more meaningful error when it founds a rtmpe download (related #343) Jaime Marquínez Ferrándiz 2013-07-10 14:35:11 +02:00
  • f8d6958341 release 2013.07.10 Philipp Hagemeister 2013-07-10 11:41:37 +02:00
  • 0a1be1e997 release 2013.07.10 2013.07.10 Philipp Hagemeister 2013-07-10 11:36:11 +02:00