Searched refs:video_ext (Results 1 – 13 of 13) sorted by relevance
/dports/www/youtube_dl/youtube-dl/youtube_dl/extractor/ |
H A D | biqle.py | 53 video_ext = self._get_cookies(embed_url).get('video_ext') 54 if video_ext: 55 video_ext = compat_urllib_parse_unquote(video_ext.value) 56 if not video_ext: 57 video_ext = compat_b64decode(self._search_regex( 60 video_id, sig, _, access_token = video_ext.split(':')
|
H A D | sunporno.py | 61 video_ext = determine_ext(video_url) 64 'format_id': video_ext, 65 'quality': quality(video_ext),
|
H A D | metacafe.py | 173 video_ext = determine_ext(mediaURL) 186 video_ext = 'mp4' 201 video_ext = determine_ext(video_url) 273 'ext': video_ext,
|
/dports/www/yt-dlp/yt-dlp-2021.12.27/yt_dlp/extractor/ |
H A D | biqle.py | 53 video_ext = self._get_cookies(embed_url).get('video_ext') 54 if video_ext: 55 video_ext = compat_urllib_parse_unquote(video_ext.value) 56 if not video_ext: 57 video_ext = compat_b64decode(self._search_regex( 60 video_id, sig, _, access_token = video_ext.split(':')
|
H A D | sunporno.py | 61 video_ext = determine_ext(video_url) 64 'format_id': video_ext, 65 'quality': quality(video_ext),
|
H A D | metacafe.py | 173 video_ext = determine_ext(mediaURL) 186 video_ext = 'mp4' 201 video_ext = determine_ext(video_url) 273 'ext': video_ext,
|
/dports/misc/py-gluoncv/gluon-cv-0.9.0/gluoncv/data/hmdb51/ |
H A D | classification.py | 86 video_ext='mp4', argument 108 video_ext, is_color, modality, num_segments,
|
/dports/misc/py-gluoncv/gluon-cv-0.9.0/gluoncv/data/kinetics400/ |
H A D | classification.py | 85 video_ext='mp4', argument 107 video_ext, is_color, modality, num_segments,
|
/dports/misc/py-gluoncv/gluon-cv-0.9.0/gluoncv/data/ucf101/ |
H A D | classification.py | 85 video_ext='mp4', argument 107 video_ext, is_color, modality, num_segments,
|
/dports/misc/py-gluoncv/gluon-cv-0.9.0/gluoncv/data/somethingsomethingv2/ |
H A D | classification.py | 85 video_ext='mp4', argument 107 video_ext, is_color, modality, num_segments,
|
/dports/www/gallery-dl/gallery-dl-1.21.0/gallery_dl/downloader/ |
H A D | ytdl.py | 148 video_ext = formats[0].get("ext") 151 if video_ext == "webm" and audio_ext == "webm": 155 return video_ext in exts and audio_ext in exts
|
/dports/misc/py-gluoncv/gluon-cv-0.9.0/gluoncv/data/video_custom/ |
H A D | classification.py | 84 video_ext='mp4', argument 128 self.video_ext = video_ext 163 video_name = '{}.{}'.format(directory, self.video_ext)
|
/dports/www/youtube_dl/youtube-dl/youtube_dl/ |
H A D | YoutubeDL.py | 1932 video_ext, audio_ext = video.get('ext'), audio.get('ext') 1933 if video_ext and audio_ext: 1939 if video_ext in exts and audio_ext in exts:
|