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

fix selenium webdriver after updates #60

Open
wants to merge 33 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
8961ed3
fix selenium webdriver after updates
Patty-OFurniture Aug 27, 2023
9ac58f7
change file prefix
Patty-OFurniture Nov 14, 2023
747e889
see previous
Patty-OFurniture Nov 14, 2023
a226ce8
minor fixes from https://github.com/RapDoodle (#2)
Patty-OFurniture Nov 27, 2023
9450f18
tweak the fixes (#3)
Patty-OFurniture Nov 27, 2023
51c539b
delete unknown or html files (#4)
Patty-OFurniture Nov 27, 2023
37afb90
Updates from forks (#5)
Patty-OFurniture Nov 27, 2023
7283434
fix filename and filetype issues (#6)
Patty-OFurniture Nov 28, 2023
ea6c621
PEP 8 formatting (#7)
Patty-OFurniture Nov 28, 2023
5b9746b
fixes for file type detection (#8)
Patty-OFurniture Nov 30, 2023
c8c7512
Check HTTP status codes (#9)
Patty-OFurniture Nov 30, 2023
5928872
Bump pyinstaller from 5.9.0 to 5.13.1 (#10)
dependabot[bot] Dec 10, 2023
6abbc15
tbd
Patty-OFurniture Dec 10, 2023
f8ba525
Update README.md
Patty-OFurniture Jan 4, 2024
dc83112
Update README.md
Patty-OFurniture Feb 11, 2024
e808cbb
Update README.md (#12)
Patty-OFurniture Mar 23, 2024
3c7fe57
Update README.md
Patty-OFurniture Mar 23, 2024
b3ea6b3
PRP8
Patty-OFurniture Mar 25, 2024
2eca32d
fix the broken crap (#14)
Patty-OFurniture Mar 25, 2024
86ee0c0
Tungalbert99 changes merged with master fixes (#15)
Patty-OFurniture Mar 27, 2024
e31b44b
all important import
Patty-OFurniture Mar 27, 2024
f443453
fixes from google updates
Patty-OFurniture Apr 20, 2024
d9906d0
feat: Adapt to Google page updates
Patty-OFurniture Apr 20, 2024
d759f8a
--- (#16)
dependabot[bot] Jul 7, 2024
cc1e5a6
fix jpeg tests
Patty-OFurniture Sep 15, 2024
e524600
fix filename logic
Patty-OFurniture Sep 22, 2024
848cd37
fix file naming more
Patty-OFurniture Sep 22, 2024
641f7ac
more fixing
Patty-OFurniture Sep 23, 2024
d913ed8
fix jpg again
Patty-OFurniture Sep 23, 2024
547f84c
Bump requests from 2.31.0 to 2.32.2 (#17)
dependabot[bot] Oct 2, 2024
5cf7d5a
Add files via upload (#18)
Patty-OFurniture Oct 9, 2024
fcb21c4
return everything
Patty-OFurniture Oct 14, 2024
81d69ec
Update README.md
Patty-OFurniture Nov 19, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ images
.vscode
download_images
build
dist
dist
.DS_Store
11,835 changes: 11,835 additions & 0 deletions Image-Downloader-master.pyproj

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Commit 848cd37 uses exclusive mode, which fails if a file exists. It seems like the best way to check, to avoid a race condition. This is to avoid overwriting any file.

The remainder of this readme is the original.

# Image Downloader

[![996.icu](https://img.shields.io/badge/link-996.icu-red.svg)](https://996.icu)
Expand Down
Loading