28997 Commits

Author SHA1 Message Date
Sergey M․
d65f6e734b
[bitchute] Check formats (#18833) 2019-01-13 03:59:38 +07:00
FliegendeWurst
81ab32841a
[imgur] Improve extractor 2019-01-12 19:18:33 +01:00
Shuhan Zhang
cd5436736d
Update bilibili.py 2019-01-12 16:33:18 +08:00
suhang
e91a5dd848 Refine Bilibili site support for url like:
+ https://www.bilibili.com/video/av28152675/?p=2
+ https://www.bilibili.com/video/av28152675/?p=1

Before this commit, the "?p=<page_id>" param are just ignored and
this tool can only download the video corresponds to "?p=1".

2 test cases are added.
2019-01-12 14:00:07 +08:00
TheDaChicken
5a2bc711d6
Adding More Types! 2019-01-11 20:59:42 -08:00
Sergey M․
ed8db0a25c
[wistia] Extend _VALID_URL (closes #18823) 2019-01-12 04:58:01 +07:00
Atlas Sullivan
60a899bb7e [README.md] Fix typo 2019-01-12 02:15:48 +07:00
Sergey M․
cbdc688c41
[postprocessor/ffmpeg] Relax ubuntu ffmpeg version regex 2019-01-12 00:30:06 +07:00
Sergey M․
5caa531a1a
[postprocessor/ffmpeg] PEP 8 2019-01-11 23:47:23 +07:00
Remita Amine
a64646e417 [postprocessor/ffmpeg] sanitize ffmpeg version for Ubuntu and Arch Linux systems(closes #18813) 2019-01-11 15:12:10 +01:00
Atlas Sullivan
d74cb3db28
careless editing, please ignore 2019-01-11 01:43:30 +00:00
Atlas Sullivan
a01997bd7f
Update README.md
Fixed typo in readme
2019-01-11 01:42:44 +00:00
slamkode
b173f39d47
Update README.md for new *! operator 2019-01-10 19:34:23 +01:00
Remita Amine
c469e8808c [playplustv] add support for playplus.com(#18789) 2019-01-10 18:49:13 +01:00
Sergey M․
3d818b9608
release 2019.01.10 2019-01-10 23:33:51 +07:00
Sergey M․
b64f6e690f
release 2019.01.10 2019.01.10 2019-01-10 23:26:54 +07:00
Sergey M․
a4491dd55c
[ChangeLog] Actualize
[ci skip]
2019-01-10 23:23:19 +07:00
Sergey M․
c3e543893b
[youtube] Extract live HLS URL from player response (closes #18799) 2019-01-10 22:46:53 +07:00
Remita Amine
432aba1c5e [outsidetv] Add new extractor(closes #18774) 2019-01-10 10:54:46 +01:00
Remita Amine
7c072f00d6 [jwplatform] use JW Platform Delivery API V2 and add support for more urls 2019-01-10 10:50:18 +01:00
Remita Amine
96c186e1fd [fox] add support National Geographic(closes #17985)(closes #15333)(closes #14698) 2019-01-10 09:05:00 +01:00
Anthony Fok
319b00d1ac
[hketv] Fix problems @dstftw found in code review, Round 2 2019-01-09 19:36:46 -07:00
slamkode
1928338bff
Add does not contain operator *! 2019-01-09 23:00:48 +01:00
Remita Amine
4ad159c7b0 [playplustv] Add new extractor(closes #18789) 2019-01-09 20:39:48 +01:00
Remita Amine
65615be368 [globo] set GLBID cookie manually(closes #17346) 2019-01-09 19:17:58 +01:00
Remita Amine
3c1089dba4 [gaia] Add new extractor(#14605) 2019-01-09 14:23:26 +01:00
jhwgh1968
99f229bbaf [Instagram] Add new [:tag] extractor, refactor [:user] 2019-01-08 19:23:51 -06:00
Sergey M․
6089ff40e7
[youporn] Fix title and description extraction (closes #18748) 2019-01-09 00:37:01 +07:00
Nasy
2b2e2c5516
Remove useless len(url_list) > 1 in YoutubeDL.py
Remove useless `len(url_list) > 1` in YoutubeDL.py so that `download` function can support not only list but also iterable object.
2019-01-08 21:34:15 +08:00
Odd Stråbø
6754a8cb03
Update youporn.py 2019-01-08 09:21:36 +01:00
AnyISalIn
4345f57a57 [iqiyi] Fix extraction video_id 2019-01-08 15:37:21 +08:00
Paul Wise
cad47378c8
[abc] iView: add support for downloading the latest episode of a show
This allows to download using only the show URL instead of
having to find out the latest episode URL manually.

Test using Aussie Rangers which doesn't have an expiry date and
is quite old so it is unlikely to get a new episode, which would
cause the test to fail. The show and latest video URLs are:

https://iview.abc.net.au/show/aussie-rangers
https://iview.abc.net.au/show/aussie-rangers/series/0/video/IP1502W001S00
2019-01-08 13:13:29 +08:00
Paul Wise
7932cf67a7
[libsyn] fix extraction of the description
The description moved to a JSON API endpoint.
2019-01-08 11:43:49 +08:00
Paul Wise
058e4d1989
[libsyn] fix extraction of the podcast title
The podcast title HTML element switched from a h3
to a div, the title moved to the next line and
there is another tag embedded in the div.
2019-01-08 11:43:39 +08:00
Paul Wise
b46b0ddbd6
[libsyn] fix extracting the JSON data block
The page switched to \r\n Windows line endings.
2019-01-08 11:22:16 +08:00
Paul Wise
6aa12bf34c
[libsyn] fix extracting the release date
The "Released:" text was removed from the page
but the release_date JSON data field has the same info.
2019-01-08 11:22:15 +08:00
Paul Wise
bd3851b9dd
[libsyn] fix extracting the episode title
The episode-title div had extra classes added to it,
so match the class name in any part of the class field.
2019-01-08 11:22:15 +08:00
Sergey M․
2543938bbe
[hungama] Add support for videos (closes #17402) 2019-01-08 10:03:44 +07:00
Sergey M․
440863ade1
[extractor/common] Use episode name as title in _json_ld 2019-01-08 10:02:49 +07:00
Sergey M․
391256dc0e
[extractor/common] Add support for movies in _json_ld 2019-01-08 10:02:00 +07:00
Sergey M․
06b4b90c70
[hungama] Fix code and extract more metadata (closes #18771) 2019-01-08 09:14:47 +07:00
Awal Garg
8cb5c2181a
[hungama] Add extractor 2019-01-08 09:14:22 +07:00
Sergey M․
0266854f63
[dtube] Update test 2019-01-08 08:46:34 +07:00
4rensiker
bcc334a3c6 [dtube] Fix extraction (closes #18741) 2019-01-08 08:44:42 +07:00
4rensiker
5d7361464c
fix download issue
thx to @GianlucaFicarelli
2019-01-07 21:06:01 +01:00
Awal Garg
f01abb2f1e [Hungama] Add new extractor 2019-01-07 19:25:23 +05:30
user706
1e06f0b170 [gramofononline] fix url matching (playlist must be unique, relative to single file) 2019-01-06 22:44:59 +01:00
user706
7253770f0d [gramofononline] improve 2019-01-06 22:24:22 +01:00
Sergey M․
e9a50fba86
[utils] Fix typo 2019-01-07 01:02:34 +07:00
Sergey M․
04fb6928da
[postprocessor/ffmpeg] Embed subtitles with non-standard language codes (refs #18765) 2019-01-07 00:57:55 +07:00