From bd3851b9dde71157cb45c1092991944dc6de2d15 Mon Sep 17 00:00:00 2001 From: Paul Wise Date: Tue, 8 Jan 2019 10:10:51 +0800 Subject: [PATCH] [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. --- youtube_dl/extractor/libsyn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/libsyn.py b/youtube_dl/extractor/libsyn.py index f7311f483..a1f748c7b 100644 --- a/youtube_dl/extractor/libsyn.py +++ b/youtube_dl/extractor/libsyn.py @@ -48,7 +48,7 @@ class LibsynIE(InfoExtractor): if podcast_title: podcast_title = podcast_title.strip() episode_title = self._search_regex( - r'(?:
|

)([^<]+)|

)([^<]+)