From: Jaime Marquínez Ferrándiz Date: Sat, 14 Feb 2015 21:20:24 +0000 (+0100) Subject: [extractor/common] Fix link to external documentation X-Git-Url: http://git.oshgnacknak.de/?a=commitdiff_plain;h=6ca7732d5e792f02be030d4a9c9d101fff2f4079;p=youtube-dl [extractor/common] Fix link to external documentation --- 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: