luceatnobis
d7a57752f6
[RutubePlaylistIE] moved Accept: application/json header into method call
2017-07-08 14:23:27 +02:00
luceatnobis
bb5bafa79f
[RutubePlaylistIE] Removed superfluous '.*$' from regex
2017-07-08 14:19:13 +02:00
Sergey M․
a49804816c
[dailymotion] Add support for new layout ( close #13580 )
2017-07-08 18:12:15 +07:00
Matthew Lindner
f77496bf03
Add support for older-style veoh links
2017-07-08 02:15:42 -07:00
Mariusz Skoneczko
ab2c141611
[AnimeLab] Add new extractor
2017-07-08 18:07:44 +10:00
Yen Chi Hsuan
eadd313321
[yam] Remove extractor
...
mymedia.yam.com is dead. An wikipedia user also pointed out that Yam's
blog service is no longer available. [1]
[1] https://zh.wikipedia.org/zh-tw/%E5%A4%A9%E7%A9%BA%E9%83%A8%E8%90%BD
2017-07-08 15:48:05 +08:00
Parmjit Virk
a7a3bf1fbc
Merge branch 'master' into BlenderCloud-issue-13282
2017-07-07 15:49:44 -05:00
Sergey M․
d852c6bc59
[xhamster] Extract all formats and fix duration extraction ( #13593 )
2017-07-07 22:49:11 +07:00
Sergey M․
00e5c36315
[xhamster] Add support for new URL schema ( closes #13593 )
2017-07-07 22:27:34 +07:00
luceatnobis
6990a05a9e
Rutube.ru extractor: make suitable a staticmethod
2017-07-07 13:58:59 +02:00
Gabe Berke-Williams
61f31f08c0
Fix typo: malformated -> malformatted
2017-07-07 00:30:18 -07:00
Kevin Mark
b313bc69f8
[Panopto] Add tests
...
Testing may be impossible for the Folder extractor, or I'm just
doing it wrong. With the current test we enter a catch-22 where it
claims we need an 'ext' entry to continue testing but upon adding
that it claims it expected None.
2017-07-06 23:15:23 -04:00
Kevin Mark
dec449e22f
[Panopto] Prefer the highest quality stream
2017-07-06 22:22:26 -04:00
Kevin Mark
fed0a6a939
[Panopto] Bring the code in line with conventions
2017-07-06 21:32:17 -04:00
Parmjit Virk
b696ee422e
Merge branch 'master' into BlenderCloud-issue-13282
2017-07-06 19:55:33 -05:00
Kevin Mark
a29e634cfe
[Panopto] Document methods wrt PEP 257
2017-07-06 20:48:39 -04:00
Kevin Mark
0807e39d85
[Panopto] Replace % with format() wrt PEP 3101
2017-07-06 20:39:39 -04:00
Kevin Mark
bd7d8149d7
[Panopto] Preferring static over instance methods
2017-07-06 20:16:33 -04:00
Kevin Mark
cbb1753395
[Panopto] Document classes wrt PEP 257
2017-07-06 20:11:49 -04:00
Sergey M․
8a04ade86b
Credit @parmjitv for #13322 , #13503 , #13541 , #13549
2017-07-06 23:15:23 +07:00
Sergey M․
ab328411d5
Credit @orng for ruv ( #13396 )
2017-07-06 23:15:16 +07:00
Sergey M․
ddeff4be3f
Credit @gfabiano for #13382 , #13385 , #13415
2017-07-06 23:15:09 +07:00
Parmjit Virk
60d4401c5e
[espn] Extend _VALID_URL ( fixes #13244 )
2017-07-06 22:55:59 +07:00
Bagira
337be38012
[indavideo] using update_url_query
2017-07-06 15:22:03 +02:00
Bagira
9f5bd79a0f
[indavideo] title mandatory; backward compability
...
Fixed mandatory field title
Added IndavideoEmbedIE due backward compability
2017-07-06 15:00:36 +02:00
luceatnobis
e321a64cbd
Use _match_id() and fix URL recognition in Rutube
2017-07-06 11:27:14 +02:00
Christopher Smith
1fd6d40c9a
[cjsw] Requested fixes
2017-07-05 22:49:58 -06:00
Parmjit Virk
da12ebcc04
[ESPN] Applied third requested fixes for PR #13549
2017-07-05 17:05:00 -05:00
Parmjit Virk
cf70113498
Merge branch 'master' into ESPN-issue-13244
2017-07-05 16:01:09 -05:00
Parmjit Virk
14c5f95d8c
Merge branch 'master' into BlenderCloud-issue-13282
2017-07-05 15:59:13 -05:00
Parmjit Virk
1dc4bc1dbc
[ESPN] Applied second requested fixes for PR #13549
2017-07-05 15:57:52 -05:00
Sergey M․
dee2ff1d81
[test_utils] Fix tests under Windows
2017-07-06 00:25:37 +07:00
Sergey M․
6554708252
[kaltura] Fix typo in subtitles extraction ( closes #13569 )
2017-07-05 23:20:50 +07:00
Sergey M․
0a2e1b2e30
[vier] Adapt extraction to redesign ( #13575 )
2017-07-05 22:52:47 +07:00
Yen Chi Hsuan
babbc04d45
[xuite] Move to the new HTML5 API and reduce # of requests
2017-07-05 23:27:12 +08:00
Yen Chi Hsuan
609ff8ca19
[utils] Support attributes with no values in get_elements_by_attribute()
2017-07-05 23:27:12 +08:00
Christopher Smith
dbae412d05
[cjsw] Requested fixes
2017-07-04 15:36:48 -06:00
luceatnobis
7df3f4561e
Fixed regex and retrieval of optional fields
2017-07-04 20:11:39 +02:00
luceatnobis
a5c668a0af
Fixed typo introduced after testing
2017-07-04 16:15:01 +02:00
luceatnobis
27c438b4a5
Add Playlist extractor for rutube.ru playlists
2017-07-04 16:07:01 +02:00
luceatnobis
8faf29c6d1
Adapted rutube regex to be compatible with playlist processing
2017-07-04 11:26:02 +02:00
Parmjit Virk
0f427b1cad
[ESPN] Applied requested fixes for PR #13549
2017-07-03 19:28:32 -05:00
luboss
f6cff4b6f0
[Joj] * fixed broken compatibility with Python 2.6
...
[Joj] * removed debug output
[Joj] * removed parsing unimportant title_query
[Joj] * fixed sorting formats
2017-07-03 20:58:35 +02:00
Chad Phillips
fc1282b3fe
Loosen tfa_results check
...
Can also return None as well as False, check for falsey values instead.
2017-07-03 08:02:49 -07:00
Parmjit Virk
3f21e1ec5a
[ESPN] Updated test suite
2017-07-02 22:52:56 -05:00
Parmjit Virk
72da97cb9c
[ESPN] Extend _VALID_URL to include additional URL formats
2017-07-02 22:49:51 -05:00
Parmjit Virk
29ac1fc27d
Merge branch 'master' into BlenderCloud-issue-13282
2017-07-02 13:41:51 -05:00
Sergey M․
b6c9fe4162
release 2017.07.02
2017.07.02
2017-07-02 20:17:10 +07:00
Sergey M․
4d9ba27bba
[ChangeLog] Actualize
2017-07-02 20:12:40 +07:00
Sergey M․
50ae3f646e
[thisoldhouse] Add more fallbacks for video id ( closes #13541 )
2017-07-02 20:06:15 +07:00