This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
Merge pull request
#6773
from remitamine/airmozilla
[airmozilla] fix test info
totalwebcasting
Sergey M.
9 years ago
parent
bca553caac
7465222a9c
commit
8e0bdabed2
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
youtube_dl/extractor/airmozilla.py
+ 2
- 2
youtube_dl/extractor/airmozilla.py
View File
@ -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
'
]
,
}
}
Write
Preview
Loading…
Cancel
Save