Sergey M․
9510709575
[bloomberg] Add another video id regex ( closes #12062 )
2017-02-10 22:16:20 +07:00
Remita Amine
5abcca9060
[sixplay] use raw string for regex
2017-02-10 09:34:59 +01:00
Sergey M․
e01bfc19c3
[extractor/commonmistakes] Restrict _VALID_URL ( closes #12050 )
2017-02-10 09:39:24 +07:00
Remita Amine
4d32b63851
[tvplayer] Add new extractor
2017-02-09 23:09:21 +01:00
Sergey M․
55d4de2283
release 2017.02.10
2017.02.10
2017-02-10 01:27:33 +07:00
Sergey M․
61ee556aea
[ChangeLog] Actualize
2017-02-10 01:26:00 +07:00
Sergey M․
ff24261ba0
[kaltura] Add explicit port to regexes
...
They should not match e.g. cdnapi.kaltura.computernetworks.com/...
2017-02-10 01:24:14 +07:00
Sergey M․
fbc6dc525e
[xtube] Fix shortcuts
2017-02-10 01:06:23 +07:00
Sergey M․
9150d1eb69
[xtube] Fix extraction ( closes #12023 )
2017-02-10 01:03:35 +07:00
Sergey M․
b7f9843bec
[pornhub] Simplify ( closes #12018 )
2017-02-10 00:57:44 +07:00
Thomas Christlieb
e64b0fca14
[pornhub] Fix extraction ( closes #12007 )
2017-02-10 00:56:12 +07:00
Sergey M․
78ef214d2d
[facebook] Improve JS data regex ( closes #12042 )
2017-02-09 23:42:40 +07:00
Remita Amine
be670b8e8f
[external:ffmpeg] do not assume that ffmpeg unknown version format is new
2017-02-09 17:36:59 +01:00
Remita Amine
37084f6641
[kaltura] improve embed partner id extraction( fixes #12041 )
2017-02-09 16:24:54 +01:00
Remita Amine
b04975733c
[sprout] Add new extractor
2017-02-09 09:13:29 +01:00
Remita Amine
c8b8fb0a99
[sixplay] improve extraction
...
- skip drm protected formats
- extract more and better formats
- skip duplicate asset urls
2017-02-08 22:56:10 +01:00
Remita Amine
8298018273
[scrippsnetworks:watch] Add new extractor( closes #10765 )
2017-02-08 20:44:23 +01:00
Remita Amine
ae8d5a5c59
[go] add support for adobe pass auth( closes #11468 )( closes #10831 )
2017-02-08 18:57:07 +01:00
Sergey M․
b9c9cb5f79
[6play] Fix extraction ( closes #12011 )
2017-02-08 23:15:39 +07:00
Remita Amine
fdf9b959bc
[nbc] add support adobe pass auth( closes #12006 )
2017-02-08 16:23:42 +01:00
Alex Seiler
d052a8901f
[srgssr] Rebase
2017-02-06 21:36:09 +01:00
Alex Seiler
4d6f255eb3
[srgssr] Rebase master
2017-02-06 21:27:18 +01:00
Alex Seiler
a8f2dc15cd
[srgssr] Add subtitle support for the srgssr play sites srf.ch, rsi.ch, rtr.ch, swissinfo.ch
2017-02-06 21:13:08 +01:00
Sergey M․
013877298d
release 2017.02.07
2017.02.07
2017-02-07 02:04:50 +07:00
Sergey M․
c87f95f991
[ChangeLog] Actualize
2017-02-07 01:58:57 +07:00
Sergey M․
f28aeff264
[pornhub] Fix extraction ( closes #11997 )
2017-02-07 01:52:59 +07:00
Sergey M․
242a14a1f6
[extractor/common] Fix audio only with audio group in m3u8 ( closes #11995 )
2017-02-07 00:22:16 +07:00
Sergey M․
d5d904ff7d
[canalplus] Add support for cstar.fr ( #11990 )
2017-02-06 23:53:42 +07:00
Sergey M․
5620f840f6
[extractor/generic] Add test for #11993 and more metadata for rtmp
2017-02-06 23:31:58 +07:00
Sergey M․
b7a8c1bcfa
[extractor/generic] Improve rtmp support ( closes #11993 )
2017-02-06 23:23:40 +07:00
Sergey M․
7097bffba6
[downloader/fragment] Respect --no-part
2017-02-06 23:07:59 +07:00
Thomas Christlieb
280f00d055
Fixed a minor Flake Error (Whitespace in empty line)
2017-02-06 09:15:24 +01:00
Thomas Christlieb
63cf1124fa
Redesigned link extraction process
2017-02-05 21:13:51 +01:00
motophil
100d6c976c
[fetlife] Add new extractor
2017-02-05 21:10:06 +01:00
motophil
62da7470fe
[FetLife] Add new extractor - removed gaskrank commits
2017-02-05 20:57:27 +01:00
motophil
520ec20b0b
[FetLife] Add new extractor - improvements to stability, wrapped lines.
2017-02-05 20:48:19 +01:00
Yen Chi Hsuan
616f4c8d40
Credit @motophil for gaskrank.py ( #11685 )
2017-02-05 20:48:17 +01:00
Yen Chi Hsuan
61a185924e
[bandcamp] Fix extraction for incomplete albums
...
Closes #11727
2017-02-05 20:48:14 +01:00
Yen Chi Hsuan
7e4e29db26
[iwara] Add width ( closes #11724 )
...
The heuristic is from #11724
2017-02-05 20:48:14 +01:00
Yen Chi Hsuan
e17422e6d4
[iwara] Fix extraction ( closes #11781 )
2017-02-05 20:48:14 +01:00
Yen Chi Hsuan
d166a12b6e
[googledrive] Fix extraction on Python 3.6
...
Since Python 3.6, invalid escape sequences are deprecated. It's likely
that there are invalid escape sequences somewhere on the webpage, so
instead of unescaping the whole webpage, just unescape the URL.
See https://bugs.python.org/issue27364 . That change was designed for
string literals, while it affects the 'unicode_escape' encoding as well.
The code path is:
str.decode('unicode_escape')
codecs.unicode_escape_decode()
PyUnicode_DecodeUnicodeEscape()
2017-02-05 20:48:13 +01:00
Sergey M․
9f15d9aa71
[videopress] Add extractor
2017-02-05 20:48:13 +01:00
Sergey M․
5e3890f3e3
[sportbox] PEP 8
2017-02-05 20:48:13 +01:00
Sergey M․
7682cbf1b4
[travis] Add python 3.6
2017-02-05 20:48:13 +01:00
Remita Amine
f1bd2d0328
[afreecatv] extract rtmp formats
2017-02-05 20:48:13 +01:00
Sergey M․
1aae8b9f42
release 2017.02.04.1
2017-02-05 20:48:13 +01:00
Sergey M․
6807e1b2c3
[ChangeLog] Actualize
2017-02-05 20:48:13 +01:00
Sergey M․
dc9d1cdc77
[ChangeLog] Actualize
2017-02-05 20:48:13 +01:00
Sergey M․
5875a6ea34
[twitch:stream] Improve _VALID_URL ( closes #11971 )
2017-02-05 20:48:13 +01:00
Remita Amine
9432b2ec39
[radiocanada] fix extraction for toutv rtmp formats
2017-02-05 20:48:13 +01:00