Commit Graph

1067 Commits

Author SHA1 Message Date
Nikhil Badyal 418385acd1 👷 Cancel old Gh runs. [skip ci] 2023-08-19 19:56:00 +05:30
Nikhil Badyal 02e550585c 🥅 Exception handling (#290) 2023-08-17 21:09:42 +05:30
Nikhil Badyal 5bffa4c79c 🎨 Chore (#289) 2023-08-17 09:32:53 +05:30
Nikhil Badyal 0d2985d9f7 👷 Added ability to export GitHub secrets 2023-08-15 22:40:12 +05:30
Nikhil Badyal 6f883b9b2b ♻️ Updated case [skip ci] 2023-08-15 21:58:33 +05:30
Nikhil Badyal bc723fe850 🎨 Use newer style of coding (#287) 2023-08-15 21:49:22 +05:30
Nikhil Badyal 4f5806a773 Added google-play-scraper in req 2023-08-15 20:26:15 +05:30
Nikhil Badyal 3bcf218f77 Merge pull request #284 from nikhilbadyal/feature/280-use-beautifulsoup4-for-scrapping
🎨 Use BS4 for scrapping
2023-08-15 19:45:10 +05:30
Nikhil Badyal 4e88ce14ce Removed selectolax from req 2023-08-15 19:30:40 +05:30
Nikhil Badyal 887466814c 🎨 Use BS4 for uptodown 2023-08-15 19:30:40 +05:30
Nikhil Badyal 5c4cd4dcdc 🎨 Use BS4 for apksos 2023-08-15 19:30:40 +05:30
Nikhil Badyal 9571861cd0 🎨 Use BS4 for scrapping APKMirror 2023-08-15 19:30:40 +05:30
Nikhil Badyal 45e7f01b5d Removed google-play-scraper from req 2023-08-15 19:30:08 +05:30
Nikhil Badyal e58a83c154 👷 Don't check lint as we have pre-commit app installed. [skip ci] 2023-08-15 16:29:36 +05:30
Nikhil Badyal d35f93ef77 🎨 Extracted common parser string (#285) 2023-08-15 16:26:08 +05:30
Nikhil Badyal 86b6770b21 🎨 Use common function 2023-08-15 15:29:24 +05:30
pre-commit-ci[bot] a398106460 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/hadialqattan/pycln: v2.2.1 → v2.2.2](https://github.com/hadialqattan/pycln/compare/v2.2.1...v2.2.2)
- [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.5.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.4.1...v1.5.0)
2023-08-15 15:19:24 +05:30
Nikhil Badyal 4d3e82b4fb Extracted common methods (#281) 2023-08-15 15:19:02 +05:30
Việt Huỳnh a373242773 Google Recorder source to Uptodown (#277) 2023-08-14 23:17:16 +05:30
Nikhil Badyal 06c0ec3908 Merge pull request #278 from hlqviet/misc/messenger-app-name
Fix Messenger app name and URL
2023-08-13 22:14:07 +05:30
Viet Huynh 5bc5ad380a fixed messenger app name and URL 2023-08-13 19:27:17 +07:00
Nikhil Badyal 0fe132154b Merge pull request #275 from nikhilbadyal/dependabot/pip/tqdm-4.66.1
Bump tqdm from 4.66.0 to 4.66.1
2023-08-10 21:26:25 -07:00
dependabot[bot] 08b342930e Bump tqdm from 4.66.0 to 4.66.1
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.0 to 4.66.1.
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](https://github.com/tqdm/tqdm/compare/v4.66.0...v4.66.1)

---
updated-dependencies:
- dependency-name: tqdm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-11 04:21:39 +00:00
Nikhil Badyal 618ebd4a07 Merge pull request #274 from nikhilbadyal/improvements
Improvements
2023-08-10 10:01:53 -07:00
Nikhil Badyal 677f3023bd 🎨 Removed hardcode options 2023-08-10 22:16:51 +05:30
Nikhil Badyal b70d14cc24 🎨 Custom class for loading patches 2023-08-10 22:12:22 +05:30
Nikhil Badyal a1b4563f41 🎨 Try to open file instead of checking 2023-08-10 22:07:40 +05:30
Nikhil Badyal 21912d99fe 🎨 Skip instead of raising exception 2023-08-10 22:04:17 +05:30
Nikhil Badyal e3a36f16f8 🎨 Updated variable name 2023-08-10 21:51:18 +05:30
Nikhil Badyal 73ae6aa59d 🎨 Updated function name 2023-08-10 21:47:53 +05:30
Nikhil Badyal c9ba3f5c1c 📝 Added TODO 2023-08-10 21:45:05 +05:30
Nikhil Badyal f599c370c5 🎨 Use join instead of + 2023-08-10 21:43:07 +05:30
Nikhil Badyal 51c4983b71 Merge pull request #273 from nikhilbadyal/chore
🧹 Cleanup
2023-08-10 09:08:42 -07:00
Nikhil Badyal acc3a2dae7 🧹 Cleanup 2023-08-10 21:34:49 +05:30
Nikhil Badyal 39d5009cc7 Merge pull request #272 from nikhilbadyal/feature/271-local-patche-resources
 Ability to provide patch resource locally
2023-08-10 09:03:38 -07:00
Nikhil Badyal 91e51b1b9e Ability to provide patch resource locally 2023-08-10 20:56:16 +05:30
Nikhil Badyal 31ae19f054 📝 TODO formatting [skip ci] 2023-08-10 20:41:32 +05:30
Nikhil Badyal 6dd5391e4e 🌚 Added TODOs [skip ci] 2023-08-10 10:49:40 +05:30
Nikhil Badyal 3c568fc683 Merge pull request #270 from nikhilbadyal/dependabot/pip/tqdm-4.66.0
Bump tqdm from 4.65.2 to 4.66.0
2023-08-09 22:04:25 -07:00
dependabot[bot] 7adbcf319d Bump tqdm from 4.65.2 to 4.66.0
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.65.2 to 4.66.0.
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](https://github.com/tqdm/tqdm/compare/v4.65.2...v4.66.0)

---
updated-dependencies:
- dependency-name: tqdm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-10 04:48:03 +00:00
Nikhil Badyal ec3fd2db23 Merge pull request #268 from nikhilbadyal/bug/267-download-assets-from-custom-github-tag
💚 Custom Resource Download
2023-08-09 20:53:39 -07:00
Nikhil Badyal f52a2844b8 Merge pull request #269 from nikhilbadyal/sourcery/bug/267-download-assets-from-custom-github-tag
💚 Fixed Branch prefix for bugs (Sourcery refactored)
2023-08-09 09:52:28 -07:00
Sourcery AI e9717442e0 'Refactored by Sourcery' 2023-08-09 16:48:12 +00:00
Nikhil Badyal b1af206dad 💚 Fixed Branch prefix for bugs 2023-08-09 22:15:09 +05:30
Nikhil Badyal 1f83406cb8 💚 Fixed Branch prefix for bugs 2023-08-09 22:13:39 +05:30
Nikhil Badyal bb73513d22 Merge pull request #265 from nikhilbadyal/dependabot/pip/tqdm-4.65.2 [skip ci]
Bump tqdm from 4.65.1 to 4.65.2
2023-08-08 21:52:48 -07:00
dependabot[bot] 17eef5e785 Bump tqdm from 4.65.1 to 4.65.2
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.65.1 to 4.65.2.
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](https://github.com/tqdm/tqdm/compare/v4.65.1...v4.65.2)

---
updated-dependencies:
- dependency-name: tqdm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-09 04:15:54 +00:00
Nikhil Badyal 2bef218090 Merge pull request #264 from nikhilbadyal/feature/263-extra-downloader-failure
🐛 Filter .apk for now
2023-08-08 20:37:18 -07:00
Nikhil Badyal 8710d55677 🐛 Filter .apk for now 2023-08-09 09:02:23 +05:30
Nikhil Badyal d667990857 Merge pull request #262 from nikhilbadyal/dependabot/pip/tqdm-4.65.1 [skip ci]
Bump tqdm from 4.65.0 to 4.65.1
2023-08-08 20:02:15 -07:00