├── .github └── workflows │ └── Publish Release.yml ├── Images ├── app.png ├── audio.png ├── question.png ├── stop.png └── video.png ├── README.md ├── cat.png ├── icon.png ├── lib └── _l1b.txt ├── main.py ├── plugin.json └── requirements.txt /.github/workflows/Publish Release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeepVoyager253/FlowLauncherYTDownload/HEAD/.github/workflows/Publish Release.yml -------------------------------------------------------------------------------- /Images/app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeepVoyager253/FlowLauncherYTDownload/HEAD/Images/app.png -------------------------------------------------------------------------------- /Images/audio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeepVoyager253/FlowLauncherYTDownload/HEAD/Images/audio.png -------------------------------------------------------------------------------- /Images/question.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeepVoyager253/FlowLauncherYTDownload/HEAD/Images/question.png -------------------------------------------------------------------------------- /Images/stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeepVoyager253/FlowLauncherYTDownload/HEAD/Images/stop.png -------------------------------------------------------------------------------- /Images/video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeepVoyager253/FlowLauncherYTDownload/HEAD/Images/video.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeepVoyager253/FlowLauncherYTDownload/HEAD/README.md -------------------------------------------------------------------------------- /cat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeepVoyager253/FlowLauncherYTDownload/HEAD/cat.png -------------------------------------------------------------------------------- /icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeepVoyager253/FlowLauncherYTDownload/HEAD/icon.png -------------------------------------------------------------------------------- /lib/_l1b.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeepVoyager253/FlowLauncherYTDownload/HEAD/lib/_l1b.txt -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeepVoyager253/FlowLauncherYTDownload/HEAD/main.py -------------------------------------------------------------------------------- /plugin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeepVoyager253/FlowLauncherYTDownload/HEAD/plugin.json -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | flowlauncher 2 | pytube 3 | --------------------------------------------------------------------------------