Commit Graph

  • 7cb0952474 [makertv] improve extraction remitamine 2015-12-21 04:24:58 +01:00
  • a8ae232fa9 Merge branch 'googledrive' of github.com:remitamine/youtube-dl into remitamine-googledrive remitamine 2015-12-21 03:15:19 +01:00
  • 5b251628e9 [googledrive] Modernize remitamine 2015-12-21 03:05:34 +01:00
  • a02af05da6 [pandoratv] Add new extractor (closes #6884) j 2015-12-20 15:37:57 +01:00
  • e11069985f Add test to verify fix of issue #7918 Abhishek Kedia 2015-12-21 01:50:07 +01:00
  • 07e6c7bef6 Fix issue [#7918](https://github.com/rg3/youtube-dl/issues/7918) trying to download single images from imgur produced error. E.g. https://imgur.com/gallery/YcAQlkx Issue was caused 'http://imgur.com/gallery/<id>/album_images/hit.json?all=true' returns a json with data field containing id of all images contained in the album. But for a single image, data filed is empty. Added if condition to check if its empty. Abhishek Kedia 2015-12-21 01:41:34 +01:00
  • 675c25783e Merge c5c2d9c1e92b9c429afe7be7e2797837d6c17984 into b9a324c0daafb9484a2575783b6b120a7de885ff Abhishek Kedia 2015-12-20 23:55:33 +00:00
  • b9a324c0da Merge branch 'flickr' of github.com:remitamine/youtube-dl into remitamine-flickr remitamine 2015-12-21 00:37:51 +01:00
  • 5b95419ca5 [flickr] extract views_count and tags remitamine 2015-12-21 00:20:22 +01:00
  • c5c2d9c1e9 generalise regex for other url formats also, and return all possible video formats instead of just 360p Abhishek Kedia 2015-12-20 23:51:00 +01:00
  • 826c5473c1 add description and hash value in tests Abhishek Kedia 2015-12-20 22:42:56 +01:00
  • ab410f7476 remove unnecessary redirect url retrieval. test with python -m youtube_dl https://genvideos.org/watch?v=Pitch_Perfect_2_2015 working fine. Abhishek Kedia 2015-12-20 22:25:33 +01:00
  • c945a12e39 add one more test. Actually its downloading correctly python test/test_download.py TestDownload.test_GenVideos caps the download at 10kB Abhishek Kedia 2015-12-20 22:15:20 +01:00
  • 1c92eae595 Test passing but does not seem to download Abhishek Kedia 2015-12-20 22:01:06 +01:00
  • ecbccea703 [faz] extract duration and bitrate and use xpath_element and xpath_text for extraction remitamine 2015-12-20 21:38:30 +01:00
  • 2c37b87dec get 360p video urls Abhishek Kedia 2015-12-20 21:37:30 +01:00
  • 4a43ae0468 Initial commit for http://genvideos.org Abhishek Kedia 2015-12-20 19:37:21 +01:00
  • 1cfc7e3a0a [regiotv] Add new extractor (closes #7797) j 2015-12-20 03:17:23 +01:00
  • 5008e17535 [tele5] Add new extractor (closes #7805) j 2015-12-20 15:35:05 +01:00
  • f9a50e05df Merge 8873974e7908e430c103cbce692246fb279931df into c240ab6ecfc06fe98c03900c59861b84dce338b9 remitamine 2015-12-20 15:18:53 +00:00
  • c240ab6ecf Merge pull request #6790 from remitamine/tele13 remitamine 2015-12-20 16:11:07 +01:00
  • 6882c0870e [tele13] improve extraction remitamine 2015-12-20 15:48:19 +01:00
  • b0eeaf4f40 Merge pull request #6928 from remitamine/cnet remitamine 2015-12-20 12:59:35 +01:00
  • c6ed6fadc2 [cnet] improve extraction remitamine 2015-12-20 12:43:00 +01:00
  • e556aa643d [utils] Preliminary fix for Python2 with non-ASCII paths Yen Chi Hsuan 2015-12-20 18:57:14 +08:00
  • e462474e1d [youtube] Generalize playlists extractor Sergey M․ 2015-12-20 07:48:16 +06:00
  • 6b77d52b1f [test_utils] Add tests for encode_compat_str Sergey M․ 2015-12-20 07:07:14 +06:00
  • 9b9c5355e4 Rename error_to_str to error_to_compat_str Sergey M․ 2015-12-20 07:00:39 +06:00
  • d890b4cc0a [nbc:news] Remove unnecessary compat_str Sergey M․ 2015-12-20 06:43:42 +06:00
  • 2c74e6fa77 [YoutubeDL] Revert error_to_str for ExtractorError Sergey M․ 2015-12-20 06:35:58 +06:00
  • c0384f221e Use proper encoding on compat_str construction when necessary Sergey M․ 2015-12-20 06:29:36 +06:00
  • 8e60dc7526 [utils] Add encode_compat_str Sergey M․ 2015-12-20 06:26:26 +06:00
  • 8900ab4d9b [YoutubeDL] More error_to_str Sergey M․ 2015-12-20 06:22:01 +06:00
  • fb043a6e4e [YoutubeDL] Use error_to_str Sergey M․ 2015-12-20 06:16:19 +06:00
  • 7f8b271465 Properly convert errors to strings Sergey M․ 2015-12-20 05:27:38 +06:00
  • fdae235858 [utils] Add error_to_str Sergey M․ 2015-12-20 05:26:47 +06:00
  • 1deb710f26 [gputechconf] improve extraction remitamine 2015-12-19 23:59:00 +01:00
  • ec6504b39c [gputechconf] Add new extractor(closes #5775) remitamine 2015-12-19 23:28:54 +01:00
  • dd85e4d707 [extractor/common] Properly decode error string on python 2 (Closes #1354, closes #3957, closes #4037, closes #6449) Sergey M․ 2015-12-20 02:43:50 +06:00
  • fa64a84311 [faz] fix info extraction remitamine 2015-12-19 19:02:04 +01:00
  • e0f06eae43 [fktv] fix info extraction remitamine 2015-12-19 18:26:28 +01:00
  • 0f206ee814 [toggle] Change IE_NAME Sergey M․ 2015-12-19 23:11:23 +06:00
  • cc0f378d54 [toggle] Rename to toggle Sergey M․ 2015-12-19 19:59:00 +06:00
  • e33c9cba7c [toggle] Improve _VALID_URL Sergey M․ 2015-12-19 19:58:18 +06:00
  • 989e9f8ead [toggle] Improve formats extraction robustness Sergey M․ 2015-12-19 19:52:37 +06:00
  • 8f097af4ec [toggle] Extract counters Sergey M․ 2015-12-19 19:23:28 +06:00
  • c40dbb19ab [toggle] Extract thumbnails Sergey M․ 2015-12-19 19:19:26 +06:00
  • ffaf6e66e3 [toggle] Improve Sergey M․ 2015-12-19 19:08:47 +06:00
  • 74c730174f [toggle] Style Sergey M․ 2015-12-19 19:06:05 +06:00
  • c82a8dd14c [toggle] Remove unused imports Sergey M․ 2015-12-19 19:04:38 +06:00
  • f8253af561 [toggle] Use sanitized_Request Sergey M․ 2015-12-19 19:03:55 +06:00
  • ed370ff0e6 [togglesg] Fixes ping 2015-09-18 00:51:41 +08:00
  • ee0f0393cf [togglesg] New extractor for toggle.sg ping 2015-09-17 13:51:50 +08:00
  • c1a29d0a16 Merge 3feaf1d658bffb9ec7c1b55c2ef558d5d8561037 into db2fe38b5508cbd28b89893219d9cccd41406851 ping 2015-12-19 11:52:03 +00:00
  • db2fe38b55 [utils] Support alternative timestamp format in TTML Yen Chi Hsuan 2015-12-19 19:29:51 +08:00
  • d631d5f9f2 [utils] Fix TTML conversion Yen Chi Hsuan 2015-12-19 18:21:42 +08:00
  • 4f29fa9906 [brightcove:new] Add test for ref: prefixed video id Sergey M․ 2015-12-18 22:31:48 +06:00
  • 5b72fda140 [brightcove:new] Clarify ref: prefix Sergey M․ 2015-12-18 22:22:41 +06:00
  • f81ccbb3df [brightcove:new] Fix typo Sergey M․ 2015-12-18 22:20:44 +06:00
  • 9fd0f67678 [brightcove:new] Add support for ref: preffixed video ids (Closes #7794) Sergey M․ 2015-12-18 22:18:55 +06:00
  • 15d50aca64 [nowness] Add support for brightcove:new videos (Closes #7884) Sergey M․ 2015-12-18 22:05:56 +06:00
  • 7234d1d9c7 [brightcove:new] Add _extract_url Sergey M․ 2015-12-18 22:05:32 +06:00
  • 9796a9b20c [ndr] Fix description and upload date extraction (Closes #7893) Sergey M․ 2015-12-18 21:34:17 +06:00
  • c096b6a83c release 2015.12.18 Philipp Hagemeister 2015-12-18 14:25:26 +01:00
  • 016dd82050 release 2015.12.18 2015.12.18 Philipp Hagemeister 2015-12-18 14:21:30 +01:00
  • b95779be21 [jsinterp] Extend function regex (Closes #7900, closes #7901) Sergey M․ 2015-12-18 18:57:49 +06:00
  • 10171468d9 [iqiyi] Update key (closes #7896) Yen Chi Hsuan 2015-12-18 18:20:41 +08:00
  • bf597a6dd1 Merge pull request #7895 from Blue9/patch-1 Yen Chi Hsuan 2015-12-18 18:10:41 +08:00
  • 45dad8bab9 Fix hyperlink to youtube-dl options Gautam M 2015-12-18 03:16:36 -05:00
  • 9dfdfe372c Update iqiyi.py gam2046 2015-12-18 14:18:56 +08:00
  • 64ccbf18c0 [livestream] improve extraction, add support for live streams and extract more info and formats remitamine 2015-12-17 20:56:54 +01:00
  • 9dc1d94a0c [noco] Fix bitrates Sergey M․ 2015-12-17 22:18:28 +06:00
  • 7824e1f6a6 [noco] Modernize Sergey M․ 2015-12-17 22:16:58 +06:00
  • 2469a6aecb [noco] Adjust timestamp according to server time (Closes #7864) Sergey M․ 2015-12-17 22:16:22 +06:00
  • 8f0afda028 [pbs] Extend _VALID_URL (Closes #7889) Sergey M․ 2015-12-17 20:24:33 +06:00
  • 521cad1a12 Merge 1d189d15c51c0a51e7e74c4babe06575f3f475e2 into 35e22b6b32d0e662d486c9be8c76f6ea86f7cdd4 Evan Lu 2015-12-17 11:58:52 +00:00
  • 35e22b6b32 [youku] check for the correct variable remitamine 2015-12-17 12:51:50 +01:00
  • d90ab56f12 Update funimation.py Muratcan Simsek 2015-12-17 08:59:01 +02:00
  • 1d189d15c5 [youku] adapt my modification to main repo Celthi 2015-12-17 10:25:32 +08:00
  • 2c9089dab7 [youku] adapt modification to main rep Celthi 2015-12-17 10:08:01 +08:00
  • d687cf46fa youku -- remove the redundant print Celthi 2015-12-16 12:44:11 +08:00
  • 42c7b13f75 [youku] rebase on master and resolve confilcts Celthi 2015-12-17 09:27:53 +08:00
  • b5d2c22d87 youku --download the longest video in minimun segs Celthi 2015-12-16 11:36:21 +08:00
  • 323f82a7e0 [vimeo] add test for original format remitamine 2015-12-16 17:00:17 +01:00
  • 8534bf1f00 [vimeo] prefer original format remitamine 2015-12-16 16:36:25 +01:00
  • eb4f27405b [vimeo] extract source file(closes #1072) remitamine 2015-12-16 09:43:53 +01:00
  • 44651b67ad youku -- remove the redundant print Celthi 2015-12-16 12:44:11 +08:00
  • 5533e594e8 youku -- check with flake8 Celthi 2015-12-16 12:22:20 +08:00
  • 4ca8e3b5d9 youku --download the longest video in minimun segs Celthi 2015-12-16 11:36:21 +08:00
  • 2d3b70271c [rutube] Extend _VALID_URL Sergey M․ 2015-12-16 04:44:17 +06:00
  • 666ba47f3b Fix einthusan parser j 2015-12-15 21:37:47 +01:00
  • cdf8dec6b0 Merge branch 'master' of github.com:rg3/youtube-dl Guy Veis 2015-12-15 19:11:21 +02:00
  • ad1b6017cd [tf1] Fix tests Sergey M․ 2015-12-15 21:36:59 +06:00
  • 05467d5a52 [tf1] Relax _VALID_URL Sergey M․ 2015-12-15 21:31:58 +06:00
  • ae5e94808e [tf1] Fix extraction (2) Sergey M․ 2015-12-15 21:11:52 +06:00
  • d7ffcfcf97 [tf1] Fix extraction (Closes #7873) Sergey M․ 2015-12-15 21:09:14 +06:00
  • 0cb58b0259 [youtube] Extract alt_title and creator for music videos (Closes #7862) Sergey M․ 2015-12-14 21:31:53 +06:00
  • 31b2051e21 [utils] Add remove_quotes Sergey M․ 2015-12-14 21:30:58 +06:00
  • eb0bdc2c3e [novamov] Fix again Yen Chi Hsuan 2015-12-14 02:50:59 +08:00
  • 6583c741cd [novamov] Fix filekey extraction and reupload test video Yen Chi Hsuan 2015-12-14 02:33:40 +08:00