diff options
| -rw-r--r-- | youtube_dl/extractor/funnyordie.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/youtube_dl/extractor/funnyordie.py b/youtube_dl/extractor/funnyordie.py index 6e6b66660..721e5fce0 100644 --- a/youtube_dl/extractor/funnyordie.py +++ b/youtube_dl/extractor/funnyordie.py @@ -26,7 +26,7 @@ class FunnyOrDieIE(InfoExtractor):              'id': 'e402820827',              'ext': 'mp4',              'title': 'Please Use This Song (Jon Lajoie)', -            'description': 'md5:2ed27d364f5a805a6dba199faaf6681d', +            'description': 'Please use this to sell something.  www.jonlajoie.com',              'thumbnail': 're:^http:.*\.jpg$',          },      }] | 
