aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/airmozilla.py
diff options
context:
space:
mode:
authorremitamine <remitamine@gmail.com>2015-09-06 04:45:13 +0100
committerremitamine <remitamine@gmail.com>2015-09-06 04:45:13 +0100
commit7465222a9cbcc67f932ffc3468086317518becd7 (patch)
tree11869ffa2f46de03d2f56cbc638b54b97e0946be /youtube_dl/extractor/airmozilla.py
parente28034c5ac4e08414ba63decae8bf7d956fa6d93 (diff)
downloadyoutube-dl-7465222a9cbcc67f932ffc3468086317518becd7.tar.xz
[airmozilla] fix test info
Diffstat (limited to 'youtube_dl/extractor/airmozilla.py')
-rw-r--r--youtube_dl/extractor/airmozilla.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/extractor/airmozilla.py b/youtube_dl/extractor/airmozilla.py
index 611ad1e9d..f8e70f4e5 100644
--- a/youtube_dl/extractor/airmozilla.py
+++ b/youtube_dl/extractor/airmozilla.py
@@ -20,14 +20,14 @@ class AirMozillaIE(InfoExtractor):
'id': '6x4q2w',
'ext': 'mp4',
'title': 'Privacy Lab - a meetup for privacy minded people in San Francisco',
- 'thumbnail': 're:https://\w+\.cloudfront\.net/6x4q2w/poster\.jpg\?t=\d+',
+ 'thumbnail': 're:https?://vid\.ly/(?P<id>[0-9a-z-]+)/poster',
'description': 'Brings together privacy professionals and others interested in privacy at for-profits, non-profits, and NGOs in an effort to contribute to the state of the ecosystem...',
'timestamp': 1422487800,
'upload_date': '20150128',
'location': 'SFO Commons',
'duration': 3780,
'view_count': int,
- 'categories': ['Main'],
+ 'categories': ['Main', 'Privacy'],
}
}