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
Sergey M․
b7acc83550
[utils] Add language codes replaced in 1989 revision of ISO 639 to ISO639Utils ( closes #18765 )
2019-01-07 00:57:48 +07:00
Ales Jirasek
2493061dd8
fulfilling requested changes
2019-01-06 18:06:12 +01:00
Ales Jirasek
42daeec55f
youtube-dl convetions
2019-01-06 16:07:33 +01:00
wayne.workman2012@gmail.com
e3bcc40bf0
Write all video metadata to directory to reduce redundant metadata reading from internet. Greatly speeds up subsequent youtube channel downloading for today's date only.
2019-01-05 11:25:51 -06:00
vista
52a5b178c2
Fix and rework extractors of ximalaya due to the site and file format changed
2019-01-05 12:34:31 +11:00
Odd Stråbø
89df890214
[YouPorn] Make title regex more specific.
...
Safe to drop _search_regex? _og_search_title also finds the correct title.
2019-01-05 00:58:27 +01:00
Allan Nordhøy
a844328b9f
Spelling: UID, ID, URL
2019-01-04 21:54:03 +01:00
Sergey M․
de0359c0af
[tvnow] Fix and rework extractors, prepare for a switch to the new API ( closes #17245 , closes #18499 )
2019-01-05 03:44:19 +07:00
Antonio Ospite
7ddddf4bf6
[raiplay] Add support for MPD format
...
Some new 4K content on RaiPlay.it is served using DASH via an MPD
manifest, e.g.:
https://www.raiplay.it/video/2018/12/L-amica-geniale-S1E1-Le-bambole--4K-cd5f4664-261c-48d1-bed8-79cce415bea8.html
Add support for MPD format to the raiplay extractor to enable
downloading the video.
2019-01-04 17:18:06 +01:00
Sergey M․
c87f65e43d
[carambatv:page] Fix extraction ( closes #18739 )
2019-01-04 22:21:53 +07:00
Ales Jirasek
44f48e7521
[MallTV] Add new extractor, better regexe update generic JSON_LD_RE to find json_ld in attributes without quotes, closes #18058
2019-01-04 12:45:47 +01:00
Moritz Barsnick
9dfd27538e
[facebook] extract better titles ( fixes #14156 )
...
This now tries to find the primary title, which is displayed in bold
above the previously extracted full text. This is the title which is
also displayed - if given by the uploader - to the top left when
displaying a video fullscreen.
For videos posted to groups, the extractor still doesn't use the
given comment text as a title, and now extracts e.g. "[group name]
Public Group" instead of "[group name] has 481 members", which may
or may not be better.
2019-01-03 17:00:28 +01:00
Alexander Seiler
8c4c6efafe
[zattoo] Add support for ondemand.
2019-01-03 16:48:27 +01:00
Pierre Mdawar
61fcc9b7eb
[tests] added test for not deleting the file if the same file is processed
2019-01-03 16:16:17 +02:00
Pierre Mdawar
b3152c00d6
[tests] fix test, the returned path should be the new path
2019-01-03 15:48:46 +02:00
Pierre Mdawar
4abc9041bf
[YoutubeDL] prevent deleting the processed file if it's the same file
2019-01-03 14:58:49 +02:00
Pierre Mdawar
7e73a3e5c1
[ffmpeg] convert the video even if in the same downloaded format if postprocessor args are provided
2019-01-03 14:57:54 +02:00
Andrew Udvare
2f5bca6510
[youtube] Add channel_verified field
2019-01-02 22:16:19 -05:00
Andrew Udvare
443f702cc0
[common] Add description of channel_verified field
2019-01-02 22:15:51 -05:00
Alexandre Huot
ecb92e3720
[radiocanada] Corrections after PR review
2019-01-02 18:11:03 -05:00
user706
2444cadb8f
[dnb] remove debug print
2019-01-02 23:32:16 +01:00
user706
db2672eb11
[dnb] fix id (can also have letters such as "X")
2019-01-02 23:30:10 +01:00
user706
b491341a9d
[dnb] Add new extractor
2019-01-02 23:17:16 +01:00
Sergey M․
33479e1148
release 2019.01.02
2019-01-02 23:54:41 +07:00
Sergey M․
d7c3af7a72
release 2019.01.02
2019.01.02
2019-01-02 23:52:54 +07:00
Sergey M․
aeb72b3a41
[ChangeLog] Actualize
...
[ci skip]
2019-01-02 23:51:23 +07:00