23570 Commits

Author SHA1 Message Date
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
Sergey M․
10cd2003b4
[nick] Add support for beta.nick.com (closes #11655) 2017-01-10 22:32:34 +07:00
Sergey M․
cdd11c0540
[mtv] Use native hls by default 2017-01-10 22:31:20 +07:00
Sergey M․
67fc365b86
[mtv,cc] Use hls by default (closes #11641) 2017-01-10 22:30:47 +07:00
Sergey M․
20faad74b6
[mtv] Fix non-hls extraction
method attribute may not be present
2017-01-10 22:27:23 +07:00
Sergey M․
2032d935d1
[mtv] Add default value for use_hls
These methods are used across codebase with old number of arguments
2017-01-10 22:25:33 +07:00
Sergey M․
31ea2ad89d
release 2017.01.10 2017.01.10 2017-01-10 21:29:20 +07:00
Sergey M․
2184d44361
[ChangeLog] Actualize 2017-01-10 21:27:17 +07:00
Sergey M․
d1aeacd9bf
[youtube] Fix extraction (closes #11663, #11664) 2017-01-10 21:25:29 +07:00
Alex Seiler
69807d59ed [twentymin] Updated the 20min extractor to support the site after the update. 2017-01-10 11:01:14 +01:00
Vijay Singh
89258b840b Basic Regex! Fixed 2017-01-10 09:00:26 +05:30
Alex Seiler
3c3e04c975 [twentymin] Began to fix 20min.ch extractor. 2017-01-09 21:19:55 +01:00
Déstin Reed
dea421f393 [BlogTalkRadio] Add new extractor 2017-01-09 19:07:33 +01:00
Déstin Reed
af6199b6e1 [EllenTV] Improve 2017-01-09 18:22:53 +01:00
Sergey M․
366b759a60
[inc] Improve (closes #11647) 2017-01-09 23:08:59 +07:00
Déstin Reed
7f0bdc7a31
[inc] Add extractor 2017-01-09 22:57:14 +07:00
Sergey M․
022a5d663b
[youtube] Add test for itag 212 (#11575) 2017-01-09 22:30:46 +07:00
Kacper Michajłow
8409b3683c [youtube] Add itag 212
Seen on video with id 1t24XAntNCY
2017-01-09 22:29:03 +07:00
Philipp Hagemeister
bfedb2cc5a small fix to Changelog format 2017-01-09 11:26:01 +01:00
Philipp Hagemeister
8084951b7f [egghead:course] Add support for egghead.io course playlists
Individual egghead videos are already handled by the generic/Wistia extractors.
2017-01-09 11:24:40 +01:00
Alex Seiler
9d44a3d589 [srgssr] Add subtitle support for the srgssr play sites srf.ch, rsi.ch, rtr.ch, swissinfo.ch 2017-01-08 23:19:28 +01:00
Déstin Reed
4052f0cd7f [inc] Add new extractor 2017-01-08 19:28:16 +01:00
Vijay Singh
9637acfac1 Update openload.py 2017-01-08 23:09:09 +05:30
Vijay Singh
ed7c16eb4b Removed slashes and question marks 2017-01-08 23:08:29 +05:30
Vijay Singh
91fcb3c90e Openload.py fix
Just a minor fix for openload
2017-01-08 22:27:28 +05:30
phaer
c5712ccde0 [orf] Update OE1 extractor, merge with FM4.
Since oe1.orf.at has been updated, both ORF radios supported by youtube_dl
use the same API. This commit honors this fact by merging both extractors
into one.
2017-01-08 15:57:59 +01:00
Sergey M․
e7ea724cb9
release 2017.01.08 2017.01.08 2017-01-08 20:58:43 +07:00