David Hood
70b46b7605
Fixed failing tests for ABCIView and ABCIViewShow
2019-05-03 00:12:54 +10:00
David Hood
21221d0d92
Only match on unambiguous urls - this removes the overly restrictive <id>.
...
urls containing programs/<series>/<id> are still used since they are
returned by the series json info.
2019-05-02 23:22:37 +10:00
David Hood
2e0f5efcf1
Improved error message when 'playlist' is missing from video_params.
...
Error messaged will use the 'statusMessage', if available.
This will give messages like:
* "This episode is no longer available in iview."
* "This episode is not yet available in iview."
These additional lines are removed from the 'statusMessage':
"Programs are normally available for 14 days."
"You may enjoy similar programs to this, shown below."
"Learn more about program availability in the FAQs, under Support."
2019-04-27 22:30:54 +10:00
David Hood
c43eb64539
Fixed title to use 'seriesTitle' instead of incorrectly using 'seriesDescription'
2019-04-26 00:30:51 +10:00
David Hood
5305e1ece5
Fixed mixup between title and episode_title.
2019-04-26 00:21:14 +10:00
David Hood
ccf7ed236f
Re-added restrictions to the id expression until the following can be otherwise distinguished:
...
https://iview.abc.net.au/programs/play-school-celebrity-covers
https://iview.abc.net.au/programs/CK1752H001S00
2019-04-25 23:56:06 +10:00
David Hood
2b90c649bb
Matched to Daniel Heath's earlier version of ABCIViewShowIE.
2019-04-25 23:45:25 +10:00
David Hood
5e8d882b19
Fixed all review comments.
2019-04-25 23:45:24 +10:00
David Hood
786079f4d2
Override suitable so I can remove the trailing $ from _VALID_URL.
2019-04-25 23:45:23 +10:00
David Hood
c322a6f62e
Fixed up overlapping _VALID_URL between ABCIViewIE and ABCIViewSeriesIE.
...
Added more _TESTS to exercise the additional _VALID_URL options.
2019-04-25 23:45:23 +10:00
David Hood
4d6404e654
Cleanup _TESTS.
...
Fixed flake8 complaints.
2019-04-25 23:45:22 +10:00
David Hood
eaec61aa92
[abc.net.au:iview:series]: Playlist type changed to 'url'. This fixes issues where the incorrect extractor ID was used in the archive, allowing for two separate downloads (if you used both abc.net.au:iview and abc.net.au:iview:series).
...
[abc.net.au:iview]: Added support for alternate episode url: https://iview.abc.net.au/programs/ <series_id>/<episode_id> (as used by the series episode list href).
2019-04-25 23:45:22 +10:00
David Hood
78e9d5e873
Get proper series info from https://iview.abc.net.au/api/series/{series_id} .
...
Renamed ABCIViewShowIE to ABCIViewSeriesIE to match this new behaviour.
2019-04-25 23:45:21 +10:00
David Hood
cd6f026f8b
[abc.net.au:iview:show] Fixed the _TESTS to actually work properly.
2019-04-25 23:45:21 +10:00
David Hood
3959b31a4a
[abc.net.au:iview:show] Added extractor to get playlists from show urls.
2019-04-25 23:45:20 +10:00
David Hood
cfa689b1c9
Use default formats when it fails to find the video information.
...
This allows us to get the thumbnails.
2019-04-25 23:45:19 +10: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
xofe
9e6a418015
[abc:iview] Unescape title and series meta fields
2018-03-27 22:08:40 +07:00
Sergey M․
77341dae14
[abc:iview] Improve extraction and bypass geo restriction ( closes #14782 )
2017-12-31 01:27:28 +07:00
d2au
2e65e7db9e
[abc:iview] Fix extraction ( closes #14711 )
...
ABC dropped unmetering, so change to metered hls urls which
require auth.
2017-12-31 01:27:22 +07:00
Sergey M․
58179eb7d9
[abc.net.au:iview] Extract more formats ( closes #13492 , closes #13489 )
2017-07-09 17:55:40 +07:00
Yen Chi Hsuan
f165ca70eb
[abc.net.au:iview] Fix for non-series videos ( closes #10895 )
2016-10-11 12:53:27 +08:00
stepshal
925194022c
Improve some _VALID_URLs
2016-09-14 22:47:21 +07:00
Yen Chi Hsuan
bfcda07a27
[abc:iview] Skip the test. They are removed soon
2016-09-11 04:06:00 +08:00
Remita Amine
ad31642584
[nrk,abc:iview] use _extract_akamai_formats
2016-08-22 07:54:08 +01:00
Remita Amine
55d119e2a1
[abc:iview] Add new extractor( closes #6148 )
2016-08-22 00:07:17 +01:00
Sergey M․
5886b38d73
Add support for https for all extractors as preventive and future-proof measure
2016-03-21 21:36:32 +06:00
remitamine
5c5a3ecf1b
[abc] detect expired state and update tests
2015-12-21 13:07:52 +01:00
Jaime Marquínez Ferrándiz
d97da29da2
[abc] Support more URL formats
2015-10-24 12:43:02 +02:00
remitamine
7687b354c5
[abc] add support for audio extraction
2015-10-24 12:42:56 +02:00
Yen Chi Hsuan
c0a656876c
[abc] Use int_or_none
2015-08-30 01:11:56 +08:00
Yen Chi Hsuan
17a647630b
[abc] Support YouTube embeds ( fixes #6595 )
2015-08-30 01:08:55 +08:00
Michael Käufl
732c848c14
[abc] Update test case
...
Old video has expired.
2014-11-12 15:26:29 +01:00
Philipp Hagemeister
ed9266db90
[common] Add new helper function _match_id
2014-09-28 09:31:58 +02:00
Jaime Marquínez Ferrándiz
64ce58db38
[abc] Add extractor ( closes #3361 )
2014-07-26 00:05:37 +02:00