Commit Graph

  • 486375154c correct season info extraction and simplify remitamine 2015-09-05 11:30:42 +01:00
  • 3026164b16 [postprocessor/common] Use 'self._downloader.params' instead of 'self.params' Jaime Marquínez Ferrándiz 2015-09-05 12:11:36 +02:00
  • 9dd73ef4a4 [dcn] PEP8 Yen Chi Hsuan 2015-09-05 15:38:05 +08:00
  • 75c72a1e67 Merge branch 'ping-vlive' Yen Chi Hsuan 2015-09-05 15:35:19 +08:00
  • 08354db47b [vlive] PEP8 Yen Chi Hsuan 2015-09-05 15:25:19 +08:00
  • 027eb5a6b0 Merge branch 'vlive' of https://github.com/ping/youtube-dl into ping-vlive Yen Chi Hsuan 2015-09-05 15:24:09 +08:00
  • e11a97ce1a use dictionary comprehension in function definition suhussai 2015-09-04 21:57:23 -06:00
  • 266e977935 refactor function in youtube_dl/compat.py suhussai 2015-09-04 21:56:28 -06:00
  • f71264490c [test_utils] Add tests for cli option converters Sergey M․ 2015-09-05 03:07:19 +06:00
  • 6270239a6d [postprocessor/common] Use generalized cli option converters Sergey M․ 2015-09-05 03:06:53 +06:00
  • 1195a38f46 [downloader/external] Use generalized cli option converters Sergey M․ 2015-09-05 03:06:28 +06:00
  • 66e289bab4 [utils] Generalize cli option converters Sergey M․ 2015-09-05 03:05:11 +06:00
  • 52c6f26cab Merge pull request #6755 from remitamine/external_downloader_options Sergey M. 2015-09-05 02:19:41 +06:00
  • dc534b674f [downloader/external] change _argless_option function to _valueless_option remitamine 2015-09-04 21:12:13 +01:00
  • f30c2e8e98 [downloader/external] add _argless_option for option without arguments remitamine 2015-09-04 20:57:19 +01:00
  • c482b3c69a [ruutu] Update test url Jaime Marquínez Ferrándiz 2015-09-04 21:11:29 +02:00
  • 266b0ad676 [downloader/external] add _bool_option to pass value to bool option remitamine 2015-09-04 20:07:36 +01:00
  • 87f70ab39d [test_utils] Add more tests for xpath Sergey M․ 2015-09-05 00:36:16 +06:00
  • 8e636da499 [utils] Improve xpath_text Sergey M․ 2015-09-05 00:34:49 +06:00
  • 22889ab175 [ruutu] Fix extraction (Closes #6759) Sergey M․ 2015-09-05 00:01:40 +06:00
  • 5d2354f177 [utils] Relax attribute key assert Sergey M․ 2015-09-04 23:57:27 +06:00
  • a41fb80ce1 [utils] Add xpath_element and xpath_attr Sergey M․ 2015-09-04 23:56:45 +06:00
  • 2e2575e213 Merge pull request #6760 from ferama/master Sergey M. 2015-09-04 21:49:25 +06:00
  • 8e2898edf9 [dcn] add support for live streams and catchup videos remitamine 2015-09-04 15:42:09 +01:00
  • 26c61e0809 Added ec extension to nowvideo extractor Marco Ferragina 2015-09-04 12:59:13 +02:00
  • e7a8c3032d [downloader/external] Respect --no-check-certificate for curl and aria2c and --proxy for curl remitamine 2015-09-03 22:25:33 +01:00
  • 8e30e9ed17 Add --socks-proxy parameter to use SOCKS proxy Marco 'don' Kaulea 2015-07-24 21:45:00 +02:00
  • b477da2094 correct the extractor name and id and remove unnecessary request remitamine 2015-09-03 16:59:10 +01:00
  • 725d1c58aa [crunchyroll] Extract width and height (closes #6749) Jaime Marquínez Ferrándiz 2015-09-03 13:15:02 +02:00
  • 9caabdca83 release 2015.09.03 Philipp Hagemeister 2015-09-03 12:35:51 +02:00
  • bd6742137f release 2015.09.03 2015.09.03 Philipp Hagemeister 2015-09-03 12:34:20 +02:00
  • af48543966 [generic] As a last resort, look for anything that may be a media URL felix 2015-09-03 07:23:16 +02:00
  • f5e6c21080 [generic] Capture <audio> tags in addition to <video> tags felix 2015-09-03 07:13:05 +02:00
  • 9f4921bfa0 [dcn] add show extraction and support for other types of urls remitamine 2015-09-03 00:29:53 +01:00
  • e8dcfa3d69 [ok] Sort formats Sergey M․ 2015-09-02 22:09:33 +06:00
  • 88720ed09b [ok] Add support for youtube embeds Sergey M․ 2015-09-02 22:08:50 +06:00
  • 1e804244d0 [ok] Improve player regex Sergey M․ 2015-09-02 21:38:56 +06:00
  • 198492bbf0 [ok] Extract correct data-options (Closes #6726) Sergey M․ 2015-09-02 21:36:22 +06:00
  • 8f9d522f62 [README.md] Remove superfluous word Sergey M. 2015-09-02 21:09:31 +06:00
  • cbae233aba Merge pull request #6736 from remitamine/readme Sergey M. 2015-09-02 21:08:22 +06:00
  • b17ca9c945 Merge pull request #6731 from dstftw/strict-http-response Sergey M. 2015-09-02 20:22:59 +06:00
  • ebf4ca39ba link to developer instructions and correct common.py path remitamine 2015-09-02 01:24:59 +01:00
  • dd66501366 [limelight] Add new extractor remitamine 2015-09-01 23:05:19 +01:00
  • e5e78797e6 [utils] Strict HTTP responses (Closes #6727) Sergey M․ 2015-09-02 02:16:04 +06:00
  • 080997b808 [rtve] Fix extraction (fixes #6723) Jaime Marquínez Ferrándiz 2015-09-01 20:30:58 +02:00
  • 77306e8b97 [francetv] Update tests (2) Sergey M․ 2015-09-01 22:42:43 +06:00
  • 6917d2a2f0 [francetv] Update tests Sergey M․ 2015-09-01 22:39:26 +06:00
  • 36c15522c1 [francetv] Use subtitle when present (Closes #6715) Sergey M․ 2015-09-01 22:37:42 +06:00
  • 1d84a0744a Merge 1ff633a4655b5269ec159f7ad63a86c78d61d337 into 804c343a4ff252c46fcc4a36f73a913c8def9b93 florentk 2015-09-01 16:30:55 +00:00
  • 804c343a4f [options] Clarify extractors supporting videopassword Sergey M․ 2015-09-01 22:30:28 +06:00
  • cd5d75427e [youku] Fix videopassword test Sergey M․ 2015-09-01 22:28:03 +06:00
  • 5ddc127da6 [youku] Simplify (Closes #6717) Sergey M․ 2015-09-01 22:26:17 +06:00
  • f859695b49 Update README PSJay 2015-09-01 12:50:01 +08:00
  • cb3d2eb9e9 Fix coding styple in YouKuIE. PSJay 2015-09-01 11:07:47 +08:00
  • 33eae08f04 Support video-password on Youku. PSJay 2015-09-01 00:19:58 +08:00
  • bae979c9c6 Merge 596f041664cd81fad591ea3be4282996653927a2 into aa3f98677d0ca7f8feae63cf2a5c62dbdda6b586 PSJay 2015-09-01 16:14:53 +00:00
  • aa3f98677d [dumpert] Support 'embed/' urls (fixes #6712) Jaime Marquínez Ferrándiz 2015-09-01 18:13:33 +02:00
  • fffccaaf41 [globo] Fix extraction and make more robust (Closes #6728) Sergey M․ 2015-09-01 20:41:52 +06:00
  • cdc8d0c373 [odnoklassniki] Fix extraction and extend _VALID_URL (closes #6726) Yen Chi Hsuan 2015-09-01 16:34:05 +08:00
  • c1b0b6840d Merge b6fcccc5e7d3214ab411f112e64ca0e000d5c175 into 39955b0451098c6a79fc7b777a0674ee093ae0ff Ing. Jan Kaláb 2015-09-01 06:51:56 +00:00
  • b6fcccc5e7 Typo Ing. Jan Kaláb 2015-09-01 08:51:44 +02:00
  • 596f041664 Update README PSJay 2015-09-01 12:50:01 +08:00
  • d14f0c45fc [vlive] Add info about www. to m. redirects for mobile ping 2015-09-01 11:11:14 +08:00
  • d7ba368688 Fix coding styple in YouKuIE. PSJay 2015-09-01 11:07:47 +08:00
  • 95c43eb66c Support video-password on Youku. PSJay 2015-09-01 00:19:58 +08:00
  • 39955b0451 [fc2] Fix refer Sergey M․ 2015-08-31 21:12:21 +06:00
  • 52dfb7ffe2 [fc2] Add test for #3171 Sergey M․ 2015-08-31 21:05:37 +06:00
  • 93462856e1 [fc2] Relax _VALID_URL (Closes #3171) Sergey M․ 2015-08-31 21:05:23 +06:00
  • 1ff633a465 Add "sous_titre" in title fied florentk 2015-08-31 10:13:06 +02:00
  • 615f155a3a [vlive] Fixes for review ping 2015-08-31 12:46:28 +08:00
  • fcd9e423ec [hls] Properly encode fragment filename Sergey M․ 2015-08-31 02:28:36 +06:00
  • db8f2bfd99 [f4m] Add missing imports Sergey M․ 2015-08-31 02:20:29 +06:00
  • 55801fc76e Merge pull request #5588 from aajanki/encode_frag_filenames Sergey M. 2015-08-31 02:18:15 +06:00
  • d3d89c3256 [YoutubeDL] Encode thumbnail filename (Closes #6714) Sergey M․ 2015-08-31 02:01:13 +06:00
  • 8875b3d572 [imgut:album] Add extractor (Closes #6711) Sergey M․ 2015-08-30 19:03:21 +06:00
  • aabc2be693 [youtube] Simplify and extract more metadata from url_encoded_fmt_stream_map (Closes #5993) Sergey M․ 2015-08-30 08:07:07 +06:00
  • c9afb51cea [youtube] Fix missing format details for 60fps DASH formats Anssi Hannula 2015-06-15 20:06:43 +03:00
  • 6925a9f80e Merge 3067b3e316172cfdc9ef394fed3e496928709e37 into c0a656876cf3831deab90d0937e7cd81e95f6184 Anssi Hannula 2015-08-29 20:11:30 +00:00
  • c0a656876c [abc] Use int_or_none Yen Chi Hsuan 2015-08-30 01:11:56 +08:00
  • 17a647630b [abc] Support YouTube embeds (fixes #6595) Yen Chi Hsuan 2015-08-30 01:08:55 +08:00
  • c88e118b3c [nowtv] Fix display_id (Closes #6702) Sergey M․ 2015-08-29 22:41:49 +06:00
  • ae6a802106 [kaltura] Fix _VALID_URL formatting Sergey M․ 2015-08-29 20:26:51 +06:00
  • b184f94413 [kaltura] Clarify html5 player comment Sergey M․ 2015-08-29 20:23:06 +06:00
  • ee3ec091f4 [kaltura] Strictify _VALID_URL Sergey M․ 2015-08-29 20:21:59 +06:00
  • ef49b59053 [kaltura] add html5 player urls sourcerect 2015-08-29 02:12:15 -04:00
  • 1b70d6cb34 Merge 45cff6db7b7e320eb719739f396765af431e4945 into 1f8125805e7af127efd331a41775b7b5c90a77c6 sourcerect 2015-08-29 13:12:45 +00:00
  • 1f8125805e [generic] Add test for screenwavemedia embed Sergey M․ 2015-08-29 19:12:38 +06:00
  • efd712c69b [generic] Use screenwavemedia embed pattern Sergey M․ 2015-08-29 19:07:31 +06:00
  • 109a4156e1 [cinemassacre] Use screenwavemedia embed pattern Sergey M․ 2015-08-29 19:06:55 +06:00
  • 678d33295b [screenwavemedia] Improve _VALID_URL Sergey M․ 2015-08-29 19:05:11 +06:00
  • 5e58956d0a [screenwavemedia] Add EMBED_PATTERN Sergey M․ 2015-08-29 18:57:44 +06:00
  • e276fd2cb3 [screenwavemedia] warn when falling back to a hardcoded list of streams felix 2015-08-29 08:01:10 +02:00
  • 9b22cb10c4 [screenwavemedia] use the true JS value instead of a comment felix 2015-08-29 08:00:25 +02:00
  • 8ca31a0e05 [generic] Look for ScreenwaveMedia embeds felix 2015-08-29 07:55:20 +02:00
  • 8d889462b8 Made it somehow work i suppose luceatnobis 2015-08-29 11:28:34 +02:00
  • 6324b3b340 Merge branch 'master' of https://github.com/luceatnobis/youtube-dl luceatnobis 2015-08-29 11:23:44 +02:00
  • 730921b963 Made it work again for very limited purposes. luceatnobis 2015-08-29 11:14:49 +02:00
  • 45cff6db7b [kaltura] add html5 player urls sourcerect 2015-08-29 02:12:15 -04:00
  • d0774e98a4 Merge 19c3710bbbba86781401200b1cce9007a0679e6d into 20149a5da195b8ab5e50a4babfa0107ebf279b7f felix 2015-08-29 06:17:04 +00:00
  • 19c3710bbb [screenwavemedia] warn when falling back to a hardcoded list of streams felix 2015-08-29 08:01:10 +02:00