|
@ -274,7 +274,6 @@ class RaiPlayPlaylistIE(InfoExtractor): |
|
|
('programma', 'nomeProgramma'), webpage, 'title') |
|
|
('programma', 'nomeProgramma'), webpage, 'title') |
|
|
description = unescapeHTML(self._html_search_meta( |
|
|
description = unescapeHTML(self._html_search_meta( |
|
|
('description', 'og:description'), webpage, 'description')) |
|
|
('description', 'og:description'), webpage, 'description')) |
|
|
print(description) |
|
|
|
|
|
|
|
|
|
|
|
entries = [] |
|
|
entries = [] |
|
|
for mobj in re.finditer( |
|
|
for mobj in re.finditer( |
|
|