lanzorg
lanzorg
The google chrome team is already working on something like foxr. https://github.com/GoogleChrome/puppeteer/tree/master/experimental/puppeteer-firefox
Could you fix this nasty bug? Thanks! ;) 
I use these french qbittorrent search engine plugins for qBittorrent: https://github.com/davy39/qbfrench/blob/master/smartorrent.py https://github.com/davy39/qbfrench/blob/master/t411.py https://github.com/davy39/qbfrench/blob/master/torrent9.py It would be great to port them for torrentflix. ;)
I installed pywinauto like this on Ubuntu: ```sh pip3 install -U https://github.com/pywinauto/pywinauto/archive/atspi.zip ``` And run this Python script: ```python from pywinauto.controls import atspiwrapper from pywinauto.linux.application import Application app = Application().start("firefox")...
It would be awesome! Popular UIAutomation Wrappers: - https://github.com/TestStack/White/tree/UIAComWrapper - https://www.autoitscript.com/forum/topic/153520-iuiautomation-ms-framework-automate-chrome-ff-ie/ - https://github.com/mmarquee/ui-automation - https://github.com/Roemer/FlaUI - https://github.com/pywinauto/pywinauto/tree/UIA
Is the project dead? Are you going to commit some changes/fixes soon?
Could you add prescale support in your bash script?
I have checked your `__main__.py` file and there is no prior verification for authorization. I wonder if it's because there's no reliable way to know if the authorization has occurred...