mirror of
https://github.com/soimort/you-get.git
synced 2025-03-13 11:24:02 +03:00
cli_wrapper
This commit is contained in:
parent
d1d02fe7ae
commit
610365a37c
@ -3,8 +3,5 @@
|
|||||||
from .common import *
|
from .common import *
|
||||||
from .version import *
|
from .version import *
|
||||||
|
|
||||||
# Easy import
|
|
||||||
#from .cli_wrapper.converter import *
|
|
||||||
#from .cli_wrapper.player import *
|
|
||||||
from .cli_wrapper import *
|
from .cli_wrapper import *
|
||||||
from .extractor import *
|
from .extractor import *
|
||||||
|
0
src/you_get/cli_wrapper/__init__.py
Normal file
0
src/you_get/cli_wrapper/__init__.py
Normal file
0
src/you_get/cli_wrapper/downloader/__init__.py
Normal file
0
src/you_get/cli_wrapper/downloader/__init__.py
Normal file
0
src/you_get/cli_wrapper/openssl/__init__.py
Normal file
0
src/you_get/cli_wrapper/openssl/__init__.py
Normal file
3
src/you_get/cli_wrapper/player/__init__.py
Normal file
3
src/you_get/cli_wrapper/player/__init__.py
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
|
||||||
|
from .mplayer import *
|
7
src/you_get/cli_wrapper/player/__main__.py
Normal file
7
src/you_get/cli_wrapper/player/__main__.py
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
|
||||||
|
def main():
|
||||||
|
script_main('you-get', any_download, any_download_playlist)
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
main()
|
0
src/you_get/cli_wrapper/player/dragonplayer.py
Normal file
0
src/you_get/cli_wrapper/player/dragonplayer.py
Normal file
0
src/you_get/cli_wrapper/player/gnome_mplayer.py
Normal file
0
src/you_get/cli_wrapper/player/gnome_mplayer.py
Normal file
0
src/you_get/cli_wrapper/player/mplayer.py
Normal file
0
src/you_get/cli_wrapper/player/mplayer.py
Normal file
1
src/you_get/cli_wrapper/player/vlc.py
Normal file
1
src/you_get/cli_wrapper/player/vlc.py
Normal file
@ -0,0 +1 @@
|
|||||||
|
#!/usr/bin/env python
|
0
src/you_get/cli_wrapper/player/wmp.py
Normal file
0
src/you_get/cli_wrapper/player/wmp.py
Normal file
0
src/you_get/cli_wrapper/transcoder/__init__.py
Normal file
0
src/you_get/cli_wrapper/transcoder/__init__.py
Normal file
0
src/you_get/cli_wrapper/transcoder/ffmpeg.py
Normal file
0
src/you_get/cli_wrapper/transcoder/ffmpeg.py
Normal file
0
src/you_get/cli_wrapper/transcoder/libav.py
Normal file
0
src/you_get/cli_wrapper/transcoder/libav.py
Normal file
0
src/you_get/cli_wrapper/transcoder/mencoder.py
Normal file
0
src/you_get/cli_wrapper/transcoder/mencoder.py
Normal file
Loading…
x
Reference in New Issue
Block a user