We welcome contributions to improve this tool. If you have found new class names or ARIA labels that work on your end, please consider submitting a pull request to update the configuration, so others can benefit from it as well.
-
Fork the repository:
- Click the "Fork" button at the top right of this repository page.
-
Clone your forked repository:
- Replace
<your-username>
with your GitHub username.
git clone https://github.com/<your-username>/Onedrive-Private-PDF-Downloader.git cd Onedrive-Private-PDF-Downloader
- Replace
-
Create a new branch:
git checkout -b update-config
-
Make your changes:
- Update the class names and/or ARIA labels in the OnedrivePrivatePDFDownloader.py file. See the Calibrating the Tool section for more details.
-
Commit your changes:
- Replace
<commit-message>
with a short description of your changes.
git add OnedrivePrivatePDFDownloader.py git commit -m "feat: <commit-message>"
- Replace
-
Push your changes to your forked repository:
git push origin update-config
-
Create a pull request:
- Go to the original repository and click the "New pull request" button.
- Select your branch and submit the pull request.
Thank you for contributing!