Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows support #15

Closed
michaelb opened this issue Aug 3, 2020 · 4 comments
Closed

Windows support #15

michaelb opened this issue Aug 3, 2020 · 4 comments
Labels
long term vision Where the project should go in the long run

Comments

@michaelb
Copy link
Owner

michaelb commented Aug 3, 2020

how does it sound?

@michaelb michaelb added the long term vision Where the project should go in the long run label Aug 3, 2020
@meowthed
Copy link

meowthed commented Sep 3, 2020

got picked up by Windows Defender as Trojan:Win32/Woreflint.A!cl

@michaelb
Copy link
Owner Author

michaelb commented Sep 3, 2020

I got that one too. Did an analysis afterwards of the same .exe afterwards, and it did not find anything.... i don't know what to think, except that I definitely love windows (/s).

I don't know what may make defender pick up my exe, since I never even ask for 'sensitive' things such as prompting admin rigths, executing something other than youtube-dl, ffmpeg and a thumbnail embedder for opus files (that one does not even works properly on windows).... It can't be that the build tools are corrupted, rigth?

You can of course build auto-ytdl yourself from sources, comments in the aytdl.py file may help you. Running directly as a python script (entry point is aytld.py) is also possible

@sphr2k
Copy link

sphr2k commented Sep 6, 2020

It's being detected as suspicious by several AV engines. I'm not suggesting that it is in fact malicious - maybe you're using some kind of EXE packer?)

@michaelb
Copy link
Owner Author

michaelb commented Sep 7, 2020

maybe you're using some kind of EXE packer?)

Only PyInstaller (installer from the repos) (and excluding as many unneeded libraries as possible)
A comment in the aytdl.py file describes how I compiled it for windows (and linux)

I'm a bit saddened that I can't fix it (it's supposedly a known issue: https://stackoverflow.com/questions/43777106/program-made-with-pyinstaller-now-seen-as-a-trojan-horse-by-avg ) but I don't have the windows machine anymore nor enough disk space (and patience after a failed try) to try a VM to recompile it myself

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
long term vision Where the project should go in the long run
Projects
None yet
Development

No branches or pull requests

3 participants