aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfganP <2248211+WolfganP@users.noreply.github.com>2020-11-08 19:35:54 +0000
committerGitHub <noreply@github.com>2020-11-08 19:35:54 +0000
commit85da4055c06ee5a2cf3462b2aa8404bcf7197955 (patch)
tree1b9b9deaef0fc3bace7ac0ee3f421c6c40489fa2
parent6857df609b60859e2864aadc61a869689d5ad2d0 (diff)
downloadhypervideo-pre-85da4055c06ee5a2cf3462b2aa8404bcf7197955.tar.lz
hypervideo-pre-85da4055c06ee5a2cf3462b2aa8404bcf7197955.tar.xz
hypervideo-pre-85da4055c06ee5a2cf3462b2aa8404bcf7197955.zip
ITV BTCC new pages' URL update, fix on items count
Fixed playlist_count as the variable was renamed
-rw-r--r--youtube_dlc/extractor/itv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dlc/extractor/itv.py b/youtube_dlc/extractor/itv.py
index 9817745e8..20144cd82 100644
--- a/youtube_dlc/extractor/itv.py
+++ b/youtube_dlc/extractor/itv.py
@@ -286,7 +286,7 @@ class ITVBTCCIE(InfoExtractor):
'id': 'btcc-2019-brands-hatch-gp-race-action',
'title': 'BTCC 2019: Brands Hatch GP race action',
},
- 'playlist_mincount': 12,
+ 'playlist_count': 12,
}
BRIGHTCOVE_URL_TEMPLATE = 'http://players.brightcove.net/1582188683001/HkiHLnNRx_default/index.html?videoId=%s'