diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-07-21 13:14:41 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-07-21 13:14:41 +0200 |
commit | a850fde1d82d86ed5b75e6f7e1f2e43817946290 (patch) | |
tree | ddbc0ed589bb9b988183ef728a8e0c9b60c91651 /youtube_dl/extractor/funnyordie.py | |
parent | 0e6ebc13d154e6b8b063dfe7e9c2dd28d427fb77 (diff) |
[funnyordie] Fix test description
Diffstat (limited to 'youtube_dl/extractor/funnyordie.py')
-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$', }, }] |