Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Backups
youtube-dl
Commits
d6aa1db7
Unverified
Commit
d6aa1db7
authored
Feb 14, 2020
by
d2au
Committed by
GitHub
Feb 13, 2020
Browse files
[abc:iview] Support 720p (#22907) (#22921)
parent
f377edec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
youtube_dl/extractor/abc.py
youtube_dl/extractor/abc.py
+10
-10
No files found.
youtube_dl/extractor/abc.py
View file @
d6aa1db7
...
...
@@ -110,17 +110,17 @@ class ABCIViewIE(InfoExtractor):
# ABC iview programs are normally available for 14 days only.
_TESTS
=
[{
'url'
:
'https://iview.abc.net.au/show/
ben-and-hollys-little-kingdom
/series/
0
/video/
ZX9371A050
S00'
,
'md5'
:
'
cde42d728b3b7c2b32b1b94b4a548afc
'
,
'url'
:
'https://iview.abc.net.au/show/
gruen
/series/
11
/video/
LE1927H001
S00'
,
'md5'
:
'
67715ce3c78426b11ba167d875ac6abf
'
,
'info_dict'
:
{
'id'
:
'
ZX9371A050
S00'
,
'id'
:
'
LE1927H001
S00'
,
'ext'
:
'mp4'
,
'title'
:
"
Gaston's Birthday
"
,
'series'
:
"
Ben And Holly's Little Kingdom
"
,
'description'
:
'md5:
f9de914d02f226968f598ac76f105bcf
'
,
'upload_date'
:
'201
80604
'
,
'uploader_id'
:
'abc
4kids
'
,
'timestamp'
:
15
2814021
9
,
'title'
:
"
Series 11 Ep 1
"
,
'series'
:
"
Gruen
"
,
'description'
:
'md5:
52cc744ad35045baf6aded2ce7287f67
'
,
'upload_date'
:
'201
90925
'
,
'uploader_id'
:
'abc
1
'
,
'timestamp'
:
15
6944528
9
,
},
'params'
:
{
'skip_download'
:
True
,
...
...
@@ -148,7 +148,7 @@ class ABCIViewIE(InfoExtractor):
'hdnea'
:
token
,
})
for
sd
in
(
'sd'
,
'sd-low'
):
for
sd
in
(
'720'
,
'sd'
,
'sd-low'
):
sd_url
=
try_get
(
stream
,
lambda
x
:
x
[
'streams'
][
'hls'
][
sd
],
compat_str
)
if
not
sd_url
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment