summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-10-16 18:37:17 +0700
committerSergey M․ <dstftw@gmail.com>2016-10-16 18:37:17 +0700
commit8d76bdf12b19c2f992ed568c643e19e26ede7784 (patch)
treea5ae573e95e2ad6d7055d0ba55e904e8ce9bc407
parent8204bacf1daebaafe93ef570675cac8e5aae5c4f (diff)
downloadyoutube-dl-8d76bdf12b19c2f992ed568c643e19e26ede7784.tar.gz
youtube-dl-8d76bdf12b19c2f992ed568c643e19e26ede7784.tar.xz
youtube-dl-8d76bdf12b19c2f992ed568c643e19e26ede7784.zip
[extractor/common] Mention podcast in series fields section
-rw-r--r--youtube_dl/extractor/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py
index 431cef831..6aff71c48 100644
--- a/youtube_dl/extractor/common.py
+++ b/youtube_dl/extractor/common.py
@@ -235,7 +235,7 @@ class InfoExtractor(object):
     chapter_id:     Id of the chapter the video belongs to, as a unicode string.
 
     The following fields should only be used when the video is an episode of some
-    series or programme:
+    series, programme or podcast:
 
     series:         Title of the series or programme the video episode belongs to.
     season:         Title of the season the video episode belongs to.