26049 Commits

Author SHA1 Message Date
Curon
8e306b4fc5 [senedd] Remove unicode and add additional http request to ensure correct m3u8 url 2018-04-13 20:24:42 +01:00
Dan Salmon
bb9cd37450 Fix tests 2018-04-13 11:07:23 -05:00
Sergey M․
68ddba20ae
[instagram:user] Remove User-Agent from signature (closes #16119) 2018-04-13 22:28:33 +07:00
András Veres-Szentkirályi
952fb8b8a1 [IndavideoEmbed] Python 2 compatibility 2018-04-13 10:26:14 +02:00
András Veres-Szentkirályi
7f2f876a4d [IndavideoEmbed] added token to avoid 403s 2018-04-13 10:26:14 +02:00
András Veres-Szentkirályi
1564eea880 [IndavideoEmbed] extracted method video_url_to_format 2018-04-13 10:26:11 +02:00
Parmjit Virk
37168ccb64 [KeezMovies] Use default None for embedded url regex 2018-04-12 12:10:32 -05:00
Parmjit Virk
de7551ee5f Merge branch 'master' into KeezMovies-issue-16134 2018-04-12 11:11:51 -05:00
Parmjit Virk
c8c6024690 [KeezMovies] Applied requested fixes for PR #16154 2018-04-12 11:07:12 -05:00
Sergey M․
92ded33a05
[pornhub] Relax _VALID_URLs (closes #16165) 2018-04-12 04:53:45 +07:00
Sergey M․
64f03e5b4c
[cbc:watch] Re-acquire device token when expired (closes #16160) 2018-04-11 23:30:19 +07:00
Ray Douglass
d783aee56a [fxnetworks] Add support for https theplatform URLs (closes #16125) 2018-04-11 20:11:24 +07:00
Ray Douglass
9dc305cd62 [fxnetworks] Allows for https URL (closes #16125) 2018-04-11 08:58:58 -04:00
cwd24
c2900a8cb1 [senedd] remove some comments (removing tabs in the process) 2018-04-11 01:37:18 +02:00
Parmjit Virk
ecd4c1ddf6 [KeezMovies] Replaced 404 test 2018-04-10 18:34:41 -05:00
cwd24
b077879746 Merge branch 'master' of https://github.com/rg3/youtube-dl 2018-04-11 01:30:13 +02:00
cwd24
31fa1e92b6 [senedd] add extractor for senedd.tv 2018-04-11 01:28:02 +02:00
Parmjit Virk
17c35221ba [KeezMovies] Correctly fetch video formats 2018-04-10 18:23:38 -05:00
Sergey M․
315ab3d500
[instagram:user] Simplify signing (#16119) 2018-04-11 01:51:57 +07:00
Sergey M․
dd9aea8cbd
[instagram:user] Add request signing (closes #16119) 2018-04-11 01:25:41 +07:00
Sergey M․
fce7962691
[twitch] Add support for mobile URLs (closes #16146) 2018-04-10 23:07:37 +07:00
joncody
d642fa904b Pass err.message to PostProcessingError 2018-04-08 20:51:20 -07:00
joncody
167ca6abf9 Before passing info to pp.run, an extra field pp_extras is added. This dict contains some variables needed for the code within prepare_filename, for which prepare_cmd is almost an exact copy. Before returning info from pp.run we assign the value of info['pp_extras'] to a regular variable extras and call del info['pp_extras']. 2018-04-08 19:57:10 -07:00
ddmgy
990f14755a [Roosterteeth] Implement saving access token as cookie. 2018-04-08 17:49:02 -04:00
ddmgy
8cc5ae3b37 [Roosterteeth] Use single quotes. 2018-04-08 17:48:10 -04:00
Andres
a35a69bece [ccma] parse resolution from utils, ensure only existing urls are appended. 2018-04-08 21:27:27 +02:00
Sergey M․
f7f9757efc
release 2018.04.09 2018.04.09 2018-04-09 01:19:27 +07:00
Sergey M․
880ed89d49
[ChangeLog] Actualize
[ci skip]
2018-04-09 01:14:47 +07:00
Sergey M․
94c3442e6a
[YoutubeDL] Do not save/restore console title while simulate (closes #16103) 2018-04-09 01:04:22 +07:00
Sergey M․
069937151e
[generic] Add support for tube8 embeds 2018-04-09 00:37:15 +07:00
Sergey M․
d3431dcb90
[generic] Restrict share-videos.se embeds regex to filter bogus URLs (#16115) 2018-04-09 00:25:44 +07:00
Surya Oktafendri
1fc37ca3f1 [generic] Add support for share-videos.se embeds (closes #16089) 2018-04-09 00:19:23 +07:00
Sergey M․
d04ca97616
[odnoklassniki] Improve _VALID_URL readability 2018-04-08 22:21:21 +07:00
GDR!
608c738c7d [odnoklassniki] Extend _VALID_URL (closes #16081) 2018-04-08 22:13:00 +07:00
Sergey M
55423ea4dc
Update odnoklassniki.py 2018-04-08 22:12:07 +07:00
GDR!
037f11aed5 [extractors/odnoklassniki] Add support for mobile URLs (closes #16081) 2018-04-08 12:46:25 +02:00
Surya Oktafendri
6633aa7340
[20detik] Fix embed URL detection 2018-04-08 15:57:50 +07:00
Surya Oktafendri
83f05714a0
[generic] Non-greedy regex for share-videos.se embeds detection 2018-04-08 15:23:12 +07:00
joncody
1416f2e7bc Added support for old syntax 2018-04-07 22:13:35 -07:00
joncody
e078f7d468 . 2018-04-07 20:28:03 -07:00
joncody
20584cede3 Using the same formatting as -o 2018-04-07 20:20:27 -07:00
joncody
1de1510a13 Support python2 and python3 2018-04-07 19:13:01 -07:00
joncody
3c3e4b0178 Removed unnecessary imports 2018-04-07 19:02:12 -07:00
joncody
ac511509bf expose info to exec arg 2018-04-07 19:00:39 -07:00
joncody
960ef979cd . 2018-04-07 17:44:07 -07:00
aeph6Ee0
66b686727b [extractor/common] Relax JSON-LD context check (closes #16006) 2018-04-08 03:09:42 +07:00
aeph6Ee0
349daa9203 Check if '@context' value in JSON-LD is a compat_str 2018-04-07 21:41:09 +02:00
aeph6Ee0
f8ef225de4 Check if '@context' value in JSON-LD is a String 2018-04-07 20:55:10 +02:00
Sergey M․
717ea4e14e
[steam] Bypass mature content check (closes #16113) 2018-04-08 00:29:43 +07:00
Sergey M․
cae5d9705c
[acast] Extract more metadata 2018-04-08 00:21:55 +07:00