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

Suggest improvement #8

Closed
HenryZerocool opened this issue Sep 25, 2020 · 3 comments
Closed

Suggest improvement #8

HenryZerocool opened this issue Sep 25, 2020 · 3 comments
Labels
question Further information is requested

Comments

@HenryZerocool
Copy link
Contributor

Everything works fine

Hopefully this:
python checkMyURL.py <your URL here>
Can become this:
python checkMyURL.py <filename>

@matt-ross16
Copy link
Owner

matt-ross16 commented Sep 25, 2020

Is this for the README?

At the moment, I have 3 different ways to use this program.

  1. Entering a single URL for inspection
  2. Entering a URL to be opened and parsed for broken links
  3. Entering a file to be opened and parsed for broken links

The option you are pointing out here is for inputting just a single URL and checking its status without opening it, so I intend on it to be used with a URL input, not a filename.

@matt-ross16 matt-ross16 added the question Further information is requested label Sep 26, 2020
@HenryZerocool
Copy link
Contributor Author

HenryZerocool commented Sep 29, 2020

I pulled most recent version 10 minutes ago, and I still have the same problem

This python checkMyURL.py <your URL here> works fine

But this python checkMyURL.py .\links.txt gave me errors

image

Since it said invalid link, I'm assuming it's only expecting URL

EDIT: Oh, I just read the updated Readme, don't worry about this. You are doing great :D

@matt-ross16
Copy link
Owner

Thanks! Yeah, I had it set where only based on the options given that it would actually parse a physical file. Thanks for the catch though!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants