ojehle / H35_OraclePatchDownloader

Apache License 2.0
7 stars 3 forks source link

Improve password and user entry #6

Closed farblos closed 7 months ago

farblos commented 7 months ago

OraclePatchDownloader.java:

README.md:

farblos commented 7 months ago

After the 1st PR was well received (thanks) here comes the next one, this time a bit simpler.

I still have plans, though:

Hope this is OK with you to continue in that way - for me this was just the right project at the right time.

ojehle commented 7 months ago

After the 1st PR was well received (thanks) here comes the next one, this time a bit simpler.

I still have plans, though:

  • Next PR would be dedicated to error handling and better maintainability - I'd like to have an option to get the pages dumped, so that it gets easier to spot problems when scraping fails.
  • After that I'd like to implement some support for scraping the checksums from MOS and use them to verify the downloaded files, for example.

Hope this is OK with you to continue in that way - for me this was just the right project at the right time.

Thanks for improving the tool, will help all other users... i commented the password.match... not shure what the \A and \z will do, i prefer ^ and $ for start and end..