23145 Commits

Author SHA1 Message Date
Yen Chi Hsuan
16e2c8f771
[brightcove] Recognize another player ID
Closes #11688
2017-01-16 00:06:52 +08:00
kidburglar
72cb991f90 Fixes #11572 Use cfscrape to avoid Crunchyroll error 503 2017-01-15 17:00:29 +01:00
lm
f574879233 Merge remote-tracking branch 'origin/master' 2017-01-15 16:28:07 +01:00
lm
1028acbd04 extract video tags from xhamster movie page 2017-01-15 16:27:46 +01:00
Yen Chi Hsuan
dcae7b3fdc
[niconico] Allow login via cookies
Some codes are borrowed from #7968, which is by @jlhg

Closes #7968
2017-01-15 22:51:54 +08:00
Yen Chi Hsuan
8e4988f1a2
[niconico] Remove codes for downloading anonymously
Apparently Niconico now blocks playing without an account

Closes #11170
2017-01-15 22:10:57 +08:00
Koki Takahashi
04f5d7a32c [Iwara] Fix coding styles 2017-01-15 15:11:21 +09:00
Koki Takahashi
39cca0ef39 [Iwara] Fix coding style 2017-01-15 14:36:09 +09:00
Koki Takahashi
c44ba1935a [Iwara] Fix test assets and restore url_transparent extraction 2017-01-15 14:29:16 +09:00
Koki Takahashi
e3fc3290f3 [Iwara] Fix download 2017-01-15 14:07:32 +09:00
Sergey M․
a7acf868a5
[yourupload] Fix extraction (closes #11601) 2017-01-15 10:34:39 +07:00
Sergey M․
6f0be93747
[YoutubeDL] Improve protocol auto determining (closes #11720) 2017-01-15 06:09:32 +07:00
Sergey M․
af62de104f
[beam:live] Improve and simplify (#10702, closes #11596) 2017-01-15 06:07:35 +07:00
sh!zeeg
cd55c6ccd7
[beam:live] Add extractor 2017-01-15 06:06:10 +07:00
Sergey M․
621a2800ca
[vevo] Improve geo restriction detection 2017-01-15 04:42:05 +07:00
Sergey M․
b80e2ebc8d
[dramafever] Add support for URLs with language code (#11714) 2017-01-14 18:27:22 +07:00
Remita Amine
99d537a5e0 [ooyala] fix typo 2017-01-14 07:12:50 +01:00
Sergey M․
8854f3fe78
[README.md] Clarify newline format in cookies section (closes #11709) 2017-01-14 08:48:26 +07:00
Sergey M․
abe8cb763f
[cbc] Improve playlist support (closes #11704) 2017-01-14 08:30:00 +07:00
Sergey M․
5d4c7daa49
release 2017.01.14 2017.01.14 2017-01-14 07:31:07 +07:00
Sergey M․
0b94510cd0
[ChangeLog] Actualize 2017-01-14 07:30:32 +07:00
Jakub Wilk
4f66c16f33 [brightcove:legacy] Fix misplaced backslash in a regexp 2017-01-14 06:26:11 +07:00
Sergey M․
e54fc0524e
[cmt] Add support for video-clips 2017-01-14 06:23:24 +07:00
Sergey M․
adf063dad1
[mtv,cc,cmt,spike] Improve and refactor
- Eliminate _transform_rtmp_url
* Generalize triforce mgid extraction
+ [cmt] Add support for full-episodes (closes #11623)
2017-01-14 06:18:38 +07:00
Jakub Wilk
e745dc8063 [brightcove] Fix misplaced backslash in a regexp 2017-01-14 00:11:47 +01:00
Remita Amine
5e8eebb600 [mitele] extract dash formats 2017-01-13 23:06:59 +01:00
Remita Amine
9837cb7507 [ooyala] add support for videos with embedToken(#11684) 2017-01-13 23:06:59 +01:00
gkoelln
4bfe20f85b Update adobepass.py 2017-01-13 13:43:02 -06:00
gkoelln
b74f9dbfc3 Update adobepass.py
Adding providers.  I can only test with Dish and right now I'm getting:
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--ap-mso', 'Dish', '--ap-username', 'PRIVATE', '--ap-password', 'PRIVATE', 'http://www.fox.com/watch/770377795715/7833489408', '--write-sub', '--convert-subs', 'srt', '-f', 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]', '-o', 'C:\\Users\\Greg\\Videos\\%(series)s\\%(season_number)sx%(episode_number)s %(title)s.%(ext)s', '-v', '--get-filename']
[debug] Encodings: locale cp1252, fs utf-8, out cp1252, pref cp1252
[debug] youtube-dl version 2016.12.22
[debug] Python version 3.6.0 - Windows-10-10.0.14393-SP0
[debug] exe versions: ffmpeg 3.2.2, ffprobe 3.2.2, rtmpdump 2.3
[debug] Proxy map: {}
ERROR: Unable to extract post url; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
  File "C:\Python36\lib\youtube-dl\youtube_dl\YoutubeDL.py", line 694, in extract_info
    ie_result = ie.extract(url)
  File "C:\Python36\lib\youtube-dl\youtube_dl\extractor\common.py", line 359, in extract
    return self._real_extract(url)
  File "C:\Python36\lib\youtube-dl\youtube_dl\extractor\fox.py", line 48, in _real_extract
    query['auth'] = self._extract_mvpd_auth(url, video_id, 'fbc-fox', resource)
  File "C:\Python36\lib\youtube-dl\youtube_dl\extractor\adobepass.py", line 1437, in _extract_mvpd_auth
    mso_info.get('password_field', 'password'): password,
  File "C:\Python36\lib\youtube-dl\youtube_dl\extractor\adobepass.py", line 1343, in post_form
    post_url = self._html_search_regex(r'<form[^>]+action=(["\'])(?P<url>.+?)\1', form_page, 'post url', group='url')
  File "C:\Python36\lib\youtube-dl\youtube_dl\extractor\common.py", line 671, in _html_search_regex
    res = self._search_regex(pattern, string, name, default, fatal, flags, group)
  File "C:\Python36\lib\youtube-dl\youtube_dl\extractor\common.py", line 662, in _search_regex
    raise RegexNotFoundError('Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract post url; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
2017-01-13 12:06:09 -06:00
Sergey M․
fb6a59205e
[mixcloud] Fix extraction (closes #11674) 2017-01-13 23:56:16 +07:00
Vijay Singh
06e9363b7a
[openload] Fix extraction (closes #10408)
Just a minor fix for openload
2017-01-13 23:40:19 +07:00
bingtaoli
dc79a886bc [Xiami] Fix song name parsing 2017-01-13 17:43:11 +08:00
Remita Amine
1f393a3241 [tv4] improve extraction(closes #11698)
- remove check for requires_subscription
- extract more formats
- extract subtitles
2017-01-13 10:21:37 +01:00
Remita Amine
c4251b9aaa [common] add possibility to customize akamai manifest host 2017-01-13 10:21:36 +01:00
Sergey M․
3a407e707a
[freesound] Improve and remove unrelated metadata (closes #11608) 2017-01-12 23:03:53 +07:00
Sergey M․
cb655f34fb
[utils] Add more date formats 2017-01-12 22:39:45 +07:00
sh!zeeg
ed06da4e7b
[freesound] Fix extraction and extended (closes #11602) 2017-01-12 22:35:14 +07:00
Filippo Valsorda
7608a91ee7 [totalwebcasting] Add new extractor 2017-01-11 18:51:25 -05:00
motophil
16797933bb [gaskrank] Add new extractor 2017-01-11 20:21:04 +01:00
Alex Seiler
8bba00cfcb [twentymin] Revert to old style 2017-01-11 19:45:51 +01:00
Alex Seiler
77eac436cb [twentymin] flake8 2017-01-11 19:34:04 +01:00
Alex Seiler
451ae1f8b1 [twentymin] Clean up. 2017-01-11 19:27:44 +01:00
Alex Seiler
eaffc609a7 [twentymin] Fixed 20min information extractor. Tried to add better video description handler, but the site seems to be too inconsistent... 2017-01-11 19:17:05 +01:00
Jakub Wilk
3e44bb53aa [TVN24] Add new extractor 2017-01-11 18:49:40 +01:00
Sergey M․
365d136b7c
[vimeo] Fix tests 2017-01-11 22:57:08 +07:00
Sergey M․
1fd0fc42bd
[vimeo:ondemand] Fix test (closes #11651) 2017-01-11 22:51:03 +07:00
Vijay Singh
8551592fe9 Fixed Extraction Again!
They updated the code again. just a minor change.
2017-01-11 09:20:32 +05:30
sh!zeeg
bc20584f33 [StreamMe] download archive page by page 2017-01-11 02:45:27 +03:00
sh!zeeg
b952ce6395 [StreamMe] simplify extractor (adopted some tricks from twitch.py) 2017-01-10 19:19:26 +03:00
sh!zeeg
ead38e7351 [StreamMe] fix timestamp extraction, test added 2017-01-10 18:37:17 +03:00