[tumblr] Add support for pornhub embeds (Closes #5963)
[youtube-dl] / youtube_dl / extractor / generic.py
index f683760e4b9ca6e20644b3c98b246a3d9a2a6c72..f6b984300d1e09e9f55a9d618e3966d7778602e9 100644 (file)
@@ -1322,6 +1322,7 @@ class GenericIE(InfoExtractor):
         if sportbox_urls:
             return _playlist_from_matches(sportbox_urls, ie='SportBoxEmbed')
 
+        # Look for embedded PornHub player
         pornhub_url = PornHubIE._extract_url(webpage)
         if pornhub_url:
             return self.url_result(pornhub_url, 'PornHub')