Commit Graph

85 Commits

Author SHA1 Message Date
sebthom
ee09bb40a2 refact: add comment 2024-11-22 00:12:50 +01:00
sebthom
01d78bb000 feat: support shipping for WANTED ads #349 2024-11-21 23:53:26 +01:00
sebthom
6a315c97ce feat: remove default prefix/suffix text from downloaded ads 2024-11-21 23:28:13 +01:00
sebthom
5086721082 feat: use YAML | block style for multi-line strings on add download 2024-11-21 23:11:36 +01:00
sebthom
735e564c76 fix: save location #296 2024-11-21 22:53:49 +01:00
sebthom
86c3aeea85 fix: downloaded images have wrong file extension #348 2024-11-21 22:53:35 +01:00
sebthom
f6748de2b1 fix: add missing await keyword 2024-11-21 22:04:32 +01:00
sebthom
1b326c1ce8 chore: upgrade to Python 3.13 and update deps 2024-11-15 13:31:29 +01:00
Julian Hackinger
4a3fb230f5 fix: double login required (#344) 2024-11-15 13:05:08 +01:00
sebthom
6c5c1940e1 chore: Update Python dependencies 2024-09-16 11:56:34 +02:00
Saghalt
b9e1f8c327 fix: ValueError when downloading ads without special_attributes (#330) 2024-09-02 20:55:21 +02:00
Saghalt
315400534b Disable search engine popup with chrome 2024-08-22 13:11:46 +02:00
sebthom
0491636666 fix: SSL: CERTIFICATE_VERIFY_FAILED when running compiled version 2024-08-05 13:50:43 +02:00
Jeppy
c1272626aa FIX id of web element to select special attribute changed 2024-07-23 12:14:19 +02:00
Jeppy
c967e901ac FIX select condition from new dialog instead 2024-07-23 12:14:19 +02:00
Jeppy
71eb632191 FIX extract special attributes from ad page
Format of special attribute changed to "key:value|key:value".
Instead of transforming the string to JSON, directly create a dictionary from belen_conf.
2024-07-23 11:42:41 +02:00
Saghalt
eab9874bdb fix: special attributes cannot be parsed as JSON #312 2024-06-11 10:55:03 +02:00
Jeppy
4a8b6ecdf3 FIX selection of shipping options (#307) 2024-05-30 20:54:30 +02:00
Jeppy
929459a08d FIX selecting price type
selecting the wanted index doesn't trigger a change event which is necessary to update  internal variables regarding the price type
2024-05-30 20:27:25 +02:00
Jeppy
72283bf069 UPDATE wait for user interaction to solve captcha on publishing ad (closes Second-Hand-Friends/kleinanzeigen-bot#301) 2024-05-30 20:26:39 +02:00
Jeppy
b30867ca48 FIX extract sell directly from ad page
Web element with id `j-buy-now` does not exist anymore. Fetch the `payment-buttons-sidebar` instead and check the text for `Direkt kaufen`
2024-05-30 19:26:37 +02:00
Kjell Knudsen
ba73ebb393 fix navigation button selector 2024-05-11 15:49:03 +02:00
Maksim Bock
d1f50e9b16 fix broken link to categories in config_defaults.yaml 2024-04-03 21:46:49 +02:00
Tobias Faber
2c7d165b6e Fix download on given IDs list 2024-04-01 23:03:27 +02:00
Tobias Faber
114afb6a73 fix: download of shipping info. Fixes #282 (#286) 2024-03-29 14:45:21 +01:00
Tobias Faber
db465af9b7 Fix VB Price with thousand separator 2024-03-29 13:39:09 +01:00
SphaeroX
5c8e00df52 fix: No HTML element found with ID 'my-manageads-adlist' (#284) 2024-03-28 19:45:42 +01:00
sebthom
7c982ad502 fix: don't hardcode republication_interval. Fixes #271 2024-03-14 12:51:19 +01:00
Samuel
d7fec9e4ce Fix: Crash on downloading ads with prices >=1000 Eur (#267)
Co-authored-by: Sebastian Thomschke <sebthom@users.noreply.github.com>
2024-03-08 12:06:47 +01:00
sebthom
e7c7ba90be support re-using already open browser window 2024-03-07 23:07:23 +01:00
sebthom
d1f33bb44a improve check if already logged in 2024-03-07 22:12:26 +01:00
sebthom
a441c5de73 replace selenium with nodriver 2024-03-07 20:33:23 +01:00
sebthom
115fb82064 remove webdriver-manager dependency 2024-03-04 13:27:17 +01:00
sebthom
5d1d095fcc opt-out from selenium anonymous data collection 2024-03-04 10:20:28 +01:00
sebthom
9caa7a7124 use venv 2024-03-04 10:07:47 +01:00