Rapsys Git
/
youtubedl
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Prepare to release.
[youtubedl]
/
youtube_dl
/
extractor
/
folketinget.py
diff --git
a/youtube_dl/extractor/folketinget.py
b/youtube_dl/extractor/folketinget.py
index 0fb29de75228f0133c0b8d54a015fbd5d90954c1..b3df93f28fc6471b1c5fe7303415c223042261bc 100644
(file)
--- a/
youtube_dl/extractor/folketinget.py
+++ b/
youtube_dl/extractor/folketinget.py
@@
-1,4
+1,4
@@
-#
-*- coding: utf-8 -*-
+#
coding: utf-8
from __future__ import unicode_literals
from .common import InfoExtractor
from __future__ import unicode_literals
from .common import InfoExtractor
@@
-30,6
+30,10
@@
class FolketingetIE(InfoExtractor):
'upload_date': '20141120',
'duration': 3960,
},
'upload_date': '20141120',
'duration': 3960,
},
+ 'params': {
+ # rtmp download
+ 'skip_download': True,
+ },
}
def _real_extract(self, url):
}
def _real_extract(self, url):