I merged all the current PRs into this one (#56 #57 #58 #59), and resolved all merge conflicts, and of course tested the code.
There is a slight problem across all branches I've tested, when you press OK in the GUI, it takes ages to download, Even after switching to pytube v3.6.
I added an experimental config and config reader
Made a code block to catch any possible errors when pressing the OK button
Removed the logger from a class into a function within helpers.py
-badly- setup setup.py
Added if __name__ == "__main__" code blocks in each file to test the code
Added a main.py file (which can be run in the terminal python3 foldername.py i think)
Added a timer & log to measure how long it takes to get data and download the video
Take a look at my changes c:
I merged all the current PRs into this one (#56 #57 #58 #59), and resolved all merge conflicts, and of course tested the code.
There is a slight problem across all branches I've tested, when you press
OK
in the GUI, it takes ages to download, Even after switching to pytube v3.6.OK
buttonif __name__ == "__main__"
code blocks in each file to test the codepython3 foldername.py
i think)