aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/clipsyndicate.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dl/extractor/clipsyndicate.py')
-rw-r--r--youtube_dl/extractor/clipsyndicate.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/clipsyndicate.py b/youtube_dl/extractor/clipsyndicate.py
index 02a1667fa..d07d544ea 100644
--- a/youtube_dl/extractor/clipsyndicate.py
+++ b/youtube_dl/extractor/clipsyndicate.py
@@ -39,6 +39,7 @@ class ClipsyndicateIE(InfoExtractor):
transform_source=fix_xml_ampersands)
track_doc = pdoc.find('trackList/track')
+
def find_param(name):
node = find_xpath_attr(track_doc, './/param', 'name', name)
if node is not None: