Skip to content

Commit

Permalink
🎨 Added willhaben
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilbadyal committed Nov 13, 2024
1 parent 3ed1b2a commit 4a97f8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ You can use any of the following methods to build.
- [winrar](https://www.apkmirror.com/apk/rarlab-published-by-win-rar-gmbh/rar/)
- [soundcloud](https://www.apkmirror.com/apk/soundcloud/soundcloud-soundcloud/)
- [stocard](https://www.apkmirror.com/apk/stocard-gmbh/stocard-rewards-cards-wallet/)
- [stocard](https://www.apkmirror.com/apk/willhaben/willhaben/)

<br>`**` - You can also patch any other app which is **not** supported officially.To do so, you need to provide
few more inputs to the tool which are mentioned below. These config will override the sources config from the tool.
Expand Down
1 change: 1 addition & 0 deletions src/downloader/sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,5 @@
"winrar": f"{APK_MIRROR_BASE_APK_URL}/rarlab-published-by-win-rar-gmbh/rar/",
"soundcloud": f"{APK_MIRROR_BASE_APK_URL}/soundcloud/soundcloud-soundcloud/",
"stocard": f"{APK_MIRROR_BASE_APK_URL}/stocard-gmbh/stocard-rewards-cards-wallet/",
"willhaben": f"{APK_MIRROR_BASE_APK_URL}/willhaben/willhaben/",
}
1 change: 1 addition & 0 deletions src/patches.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ class Patches(object):
"com.rarlab.rar": "winrar",
"com.soundcloud.android": "soundcloud",
"de.stocard.stocard": "stocard",
"at.willhaben": "willhaben",
}

@staticmethod
Expand Down

0 comments on commit 4a97f8b

Please sign in to comment.