summary refs log tree commit diff
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2015-02-14 22:20:24 +0100
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2015-02-14 22:20:24 +0100
commit6ca7732d5e792f02be030d4a9c9d101fff2f4079 (patch)
treea2f8fae1de171480cce2be874c3e005bda83fab1
parentb0ab0fac49057ea0df3db75fb407af92deaaa453 (diff)
downloadyoutube-dl-6ca7732d5e792f02be030d4a9c9d101fff2f4079.tar.gz
youtube-dl-6ca7732d5e792f02be030d4a9c9d101fff2f4079.tar.xz
youtube-dl-6ca7732d5e792f02be030d4a9c9d101fff2f4079.zip
[extractor/common] Fix link to external documentation
-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 48742189a..c784eedb9 100644
--- a/youtube_dl/extractor/common.py
+++ b/youtube_dl/extractor/common.py
@@ -665,7 +665,7 @@ class InfoExtractor(object):
         return RATING_TABLE.get(rating.lower(), None)
 
     def _family_friendly_search(self, html):
-        # See http://schema.org/VideoObj
+        # See http://schema.org/VideoObject
         family_friendly = self._html_search_meta('isFamilyFriendly', html)
 
         if not family_friendly: