27259 Commits

Author SHA1 Message Date
Remita Amine
aa56061627 [discoverynetworks] Add support for disco-api videos(closes #16724) 2018-06-13 16:46:59 +01:00
Remita Amine
18d66f0410 [dailymotion] use compat_struct_pack 2018-06-13 15:12:42 +01:00
Remita Amine
f15f7a674b [dailymotion] add support for password protected videos(closes #9789) 2018-06-13 14:51:19 +01:00
ddmgy
c3f3aa993b Change long, multi-step accesses to use try_get. 2018-06-12 19:39:31 -04:00
ddmgy
b59130e397 Change accessors for mandatory attributes. 2018-06-12 19:35:42 -04:00
ddmgy
c8d612bfd2 Remove excessive verbosity and unncessary string formatting. 2018-06-12 19:09:21 -04:00
Nekmo
12117873e5 Merge remote-tracking branch 'origin/issue-16277' into issue-16277 2018-06-13 00:13:45 +02:00
Nekmo
e9986ce0f3 Fixed Python2 support on Atresplayer. 2018-06-13 00:12:31 +02:00
Nekmo
d0909d8386
Merge branch 'master' into issue-16277 2018-06-12 23:52:33 +02:00
Nekmo
11ba372e37 Flake8 2018-06-12 23:49:13 +02:00
Nekmo
bcc4698ebe Merge branch 'master' into issue-16277 2018-06-12 23:38:16 +02:00
Nekmo
d9b855e04f Merge remote-tracking branch 'origin/master' 2018-06-12 23:38:02 +02:00
Nekmo
72a6740a4f Refactor. 2018-06-12 23:36:00 +02:00
Urgau
ce19545c46
Improve regex 2018-06-12 22:41:48 +02:00
Urgau
7f6fd812a2
Remove regex 2018-06-12 21:20:22 +02:00
Urgau
cd6a4939ef
Fix test 2018-06-12 17:39:47 +02:00
Urgau
379d44c197
Add new test 2018-06-12 17:28:27 +02:00
Urgau
828043d57b
[foxnews:article] Fix video ID extraction
Fix #15810
2018-06-12 17:23:34 +02:00
Sergey M․
9aca7fe6a3
[abc:iview] Extract more series metadata 2018-06-12 20:25:50 +07:00
Remita Amine
e0671819e7 [abc] fix ABC IView extraction and add support for livestreams(closes #16704)(closes #12354) 2018-06-12 13:07:57 +01:00
Urgau
ba976d6f99
[vidzi.tv] Fix #16678
Yeah, I know it's a bad fix but there's no choice because we can't execute the js and it wouldn't make any sense because we don't need it.
2018-06-12 13:36:46 +02:00
Urgau
54209e7d23
Improve API extraction and code convention
Add :
 - Thumbnails
 - Duration
 - Uploader

Fix test
2018-06-12 11:18:13 +02:00
Enes
681ab939b2 [puhutv] fix title extraction 2018-06-12 00:54:57 +03:00
Enes
09fa98fa4c [puhutv] fixed as requested 2018-06-11 23:14:32 +03:00
Sergey M․
5d6c81b63f
[downloader/http] Fix resume when writing ot stdout (closes #16699) 2018-06-12 03:12:29 +07:00
Sergey M․
dc53c78634
[crackle] Add support for sonycrackle.com (closes #16698) 2018-06-12 02:06:30 +07:00
Sergey M․
7dc9c60b4b
[tvnet] Fix _VALID_URL 2018-06-12 02:05:58 +07:00
Sergey M․
e51752754d
[tvnet] Improve video id extraction 2018-06-12 01:50:43 +07:00
Sergey M․
0645be49cb
[inc] PEP 8 2018-06-12 01:41:23 +07:00
Sergey M․
a572ae6114
[tvnet] Improve and fix issues (closes #15462) 2018-06-12 01:37:34 +07:00
Thomas van der Berg
b2df66aeca
[tvnet] Add extractor 2018-06-12 01:37:29 +07:00
Urgau
f2f3689841
Fix test 2018-06-11 19:19:56 +02:00
Urgau
d2b1e0c733
Remove unnecessary brackets 2018-06-11 17:34:56 +02:00
Urgau
74b57769db
Improve the roosterteeth extractor by using the API
This commit is here for improving the roosterteeth extractor by using the API and fix #16694
2018-06-11 17:29:54 +02:00
Urgau
dbe8b9f5ca
Add test for the second id extractor 2018-06-11 15:14:25 +02:00
sulyi
c0ef911bc6 [jsinterp] Adding delete and void operators
- Refractors `Context` and `Reference` classes into their own module
  named `environment` (saves local import in `tstream`)
2018-06-11 12:54:10 +02:00
sulyi
93c0bb53a6 [jsinterp] Fixing types and operators
- Adds `jsbuilt_ins.nan` and `jsbuilt_ins.infinity`
- Adds arithmetic operator overload to
  `jsbuilt_ins.jsnumber.JSNumberPrototype`
- Adds equality operator overload to `jsinterp.Reference`
- Adds better strict equality and typeof operator in `tstream`
2018-06-11 07:47:53 +02:00
sulyi
a33b47e485 [jsinterp] Adding handling lineterminator
- adds `jsgrammar.LINETERMINATORSEQ_RE`
- lexer `tstream.TokenStream` checks for lineterminators in tokens
- adds `tstream.Token`
- refractors `tstream.TokenStream` and `jsparser.Parser` and to use it
2018-06-10 22:27:22 +02:00
Sergey M․
93cffb1444
[nrk] Update API hosts and try all previously known ones (closes #16690) 2018-06-11 03:08:36 +07:00
Sergey M․
d253df2f65
[wimp] Fix Youtube embeds extraction 2018-06-11 02:40:17 +07:00
Sergey M․
e8c6afc168
release 2018.06.11 2018.06.11 2018-06-11 01:57:30 +07:00
Sergey M․
cc37cc3f99
[ChangeLog] Actualize
[ci skip]
2018-06-11 01:55:16 +07:00
Andrew Udvare
64828b8fe8
More metadata 2018-06-10 12:44:52 -04:00
Andrew Udvare
b8bd2a22cb
Test; fetch upload date and timestamp 2018-06-10 11:57:40 -04:00
Andrew Udvare
66086f7950
Fix for CCTV older videos 2018-06-10 02:20:26 -04:00
sulyi
a8c640e1b5 [jsinterp] Fixing broken Assignment Expression 2018-06-10 07:19:39 +02:00
sulyi
80608898f5 [jsinterp] TODOs in JSStringPrototype#_split 2018-06-10 06:19:38 +02:00
sulyi
37d63066dd [jsinterp] Adding JSArrayPrototype#_slice 2018-06-10 06:01:51 +02:00
sulyi
bbea188950 [jsinterp] revert youtube_dl/extractor/youtube.py (yet again) 2018-06-10 04:26:42 +02:00
sulyi
848aa79a02 [jsinterp] Fixing incomplete refactor 2018-06-10 04:23:52 +02:00