about summary refs log tree commit diff
path: root/youtube_dl/extractor/libraryofcongress.py
diff options
context:
space:
mode:
authorRemita Amine <remitamine@gmail.com>2018-11-21 12:00:50 +0100
committerRemita Amine <remitamine@gmail.com>2018-11-21 12:00:50 +0100
commit4e33e0792a3e134b494bd71f257a674294cca8d9 (patch)
tree086f2d1c05334b9fdb91b32f8f38cfaa9f1900e0 /youtube_dl/extractor/libraryofcongress.py
parent35328915b5fe5c8915b924cfbc54bbdd6d6d1430 (diff)
downloadyoutube-dl-4e33e0792a3e134b494bd71f257a674294cca8d9.tar.gz
youtube-dl-4e33e0792a3e134b494bd71f257a674294cca8d9.tar.xz
youtube-dl-4e33e0792a3e134b494bd71f257a674294cca8d9.zip
[loc] update test
Diffstat (limited to 'youtube_dl/extractor/libraryofcongress.py')
-rw-r--r--youtube_dl/extractor/libraryofcongress.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/youtube_dl/extractor/libraryofcongress.py b/youtube_dl/extractor/libraryofcongress.py
index 1e5c82c66..03f205144 100644
--- a/youtube_dl/extractor/libraryofcongress.py
+++ b/youtube_dl/extractor/libraryofcongress.py
@@ -20,12 +20,11 @@ class LibraryOfCongressIE(InfoExtractor):
     _TESTS = [{
         # embedded via <div class="media-player"
         'url': 'http://loc.gov/item/90716351/',
-        'md5': '353917ff7f0255aa6d4b80a034833de8',
+        'md5': '6ec0ae8f07f86731b1b2ff70f046210a',
         'info_dict': {
             'id': '90716351',
             'ext': 'mp4',
             'title': "Pa's trip to Mars",
-            'thumbnail': r're:^https?://.*\.jpg$',
             'duration': 0,
             'view_count': int,
         },