diff options
author | Petr Půlpán <Pulpan3@gmail.com> | 2014-06-19 16:32:11 +0200 |
---|---|---|
committer | Petr Půlpán <Pulpan3@gmail.com> | 2014-06-19 16:32:11 +0200 |
commit | a23ba9b53ccd963012daf282ffa37ba90b607441 (patch) | |
tree | f6c1a16ca3204fb7deeb5f3bd3d4de60237b8ebe /youtube_dl/extractor | |
parent | 38a9339bafaee1ee12db3ba96352c0e3075762ab (diff) |
[Steam] update description in test
Diffstat (limited to 'youtube_dl/extractor')
-rw-r--r-- | youtube_dl/extractor/steam.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/steam.py b/youtube_dl/extractor/steam.py index 1d8d57224..af689e2c2 100644 --- a/youtube_dl/extractor/steam.py +++ b/youtube_dl/extractor/steam.py @@ -53,7 +53,7 @@ class SteamIE(InfoExtractor): 'ext': 'mp4', 'upload_date': '20140329', 'title': 'FRONTIERS - Final Greenlight Trailer', - 'description': "The final trailer for the Steam Greenlight launch. Hooray, progress! Here's the official Greenlight page: http://steamcommunity.com/sharedfiles/filedetails/?id=242472205", + 'description': 'md5:6df4fe8dd494ae811869672b0767e025', 'uploader': 'AAD Productions', 'uploader_id': 'AtomicAgeDogGames', } |