Git Product home page Git Product logo

scout's People

Contributors

dependabot[bot] avatar leifadev avatar lemonjamesd avatar tabulatejarl8 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

scout's Issues

Lack of Makefile

I would recommend creating a makefile to assist contributors with building, testing, and contributing.

README Issue

The README says that this program has been tested to work on Python versions 3.7-9.2. This isn't entirely possibly considering the fact that there are no major Python versions past 3. I'm not entirely sure what the correct version number would be, so that's why I'm making an issue instead of a pull request.

Unnecessary Entries in requirements.txt

This is the requirements.txt file. The program is able to run without errors with only the requirements that are commented with the exception of pyinstaller.

#     altgraph==0.17
#     certifi==2020.12.5
#     macholib==1.14
pyinstaller==4.2
#     pyinstaller-hooks-contrib==2021.1
pytube==10.6.0
#     PyYAML==5.4.1
ruamel.yaml==0.16.13
#     ruamel.yaml.clib==0.2.2
#     typing-extensions==3.7.4.3
wget==3.2

NameError

VideoPrivate: is not defined. line 229. and I'm assuming all the ones under it. when I marked it out it went on to the next one.
Windows 10
id also recommend maybe adding something like this to the top

try:
from pytube import YouTube
except ImportError:
print ("Trying to Install required module: requests\n")
os.system('pip3 install pytube3')

that way people don't have to install manually

README includes Windows 8 as a platform

The readme file includes a row for Windows 8, which is unnecessary because very few users use Windows 8. According to this website, less than 5% of windows users use Windows 8, which comes out to less than 1.5% of users across all operating systems.
| Windows 8 | ? |

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.