[PR #163] [MERGED] Use of sequential downloader & checking of local file sizes #224

Closed
opened 2026-02-25 20:34:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/B16f00t/whapa/pull/163
Author: @Baneeishaque
Created: 4/27/2022
Status: Merged
Merged: 5/20/2022
Merged by: @B16f00t

Base: masterHead: master


📝 Commits (10+)

📊 Changes

14 files changed (+436 additions, -104 deletions)

View changed files

.gitignore (+3 -0)
.idea/inspectionProfiles/profiles_settings.xml (+6 -0)
.idea/modules.xml (+8 -0)
.idea/runConfigurations/whagodri__i.xml (+24 -0)
.idea/runConfigurations/whagodri__s__o___home_dk_Data_Misc_Mega_Banee_Gmail_Drive_GDrive_Backups_WhatsApp__.xml (+24 -0)
.idea/runConfigurations/whagodri__s__o___home_dk_Data_Misc_Mega_Banee_Gmail_Drive_GDrive_Backups_WhatsApp____dr.xml (+24 -0)
.idea/runConfigurations/whagodri__s__o___home_dk_Data_Misc_Mega_Banee_Gmail_Drive_GDrive_Backups_WhatsApp____np__dr.xml (+24 -0)
.idea/runConfigurations/whagodri__sd__o___home_dk_Data_Misc_Mega_Banee_Gmail_Drive_GDrive_Backups_WhatsApp__.xml (+24 -0)
.idea/runConfigurations/whagodri__sd__o___home_dk_Data_Misc_Mega_Banee_Gmail_Drive_GDrive_Backups_WhatsApp____np.xml (+24 -0)
.idea/runConfigurations/whapa_gui.xml (+24 -0)
.idea/vcs.xml (+6 -0)
.idea/whapa.iml (+17 -0)
.tool-versions (+1 -0)
📝 libs/whagodri.py (+227 -104)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/B16f00t/whapa/pull/163 **Author:** [@Baneeishaque](https://github.com/Baneeishaque) **Created:** 4/27/2022 **Status:** ✅ Merged **Merged:** 5/20/2022 **Merged by:** [@B16f00t](https://github.com/B16f00t) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`28c4838`](https://github.com/B16f00t/whapa/commit/28c48386a7d1048b163ece57c2999c4fa7fb0962) Type annotations - [`a6352e7`](https://github.com/B16f00t/whapa/commit/a6352e79741c2c8f48217f81fee57d4c64a0eed1) code format - [`adead77`](https://github.com/B16f00t/whapa/commit/adead773e3a5d929d30fb651f578d7dee17fb4f6) option to use sequential downloads, instead of parallel downloads - [`47b39ea`](https://github.com/B16f00t/whapa/commit/47b39eaf26d91902c21614dcface7a7a332996ff) typo - [`f1fe89d`](https://github.com/B16f00t/whapa/commit/f1fe89daf705a76510ebaed0a2f7fb0c8b50150d) type related error fix - [`e1cf967`](https://github.com/B16f00t/whapa/commit/e1cf96702cf00d5b5b7cdc0a3df3756cfbb4d453) data types correction - [`4989181`](https://github.com/B16f00t/whapa/commit/498918196246c9502ba98e1f7711522e45c37a15) check size of local file to overwrite partial downloads - [`063675d`](https://github.com/B16f00t/whapa/commit/063675dacbf29deb72583a51109dbcc125befd48) asdf integration - [`7eeb189`](https://github.com/B16f00t/whapa/commit/7eeb1896650a2559b1003374c985ebd1d7987acf) Idea - [`89d1950`](https://github.com/B16f00t/whapa/commit/89d19506c76f7ba47b61d32a9ac4e2afddc7ab8b) run conf. - idea ### 📊 Changes **14 files changed** (+436 additions, -104 deletions) <details> <summary>View changed files</summary> ➕ `.gitignore` (+3 -0) ➕ `.idea/inspectionProfiles/profiles_settings.xml` (+6 -0) ➕ `.idea/modules.xml` (+8 -0) ➕ `.idea/runConfigurations/whagodri__i.xml` (+24 -0) ➕ `.idea/runConfigurations/whagodri__s__o___home_dk_Data_Misc_Mega_Banee_Gmail_Drive_GDrive_Backups_WhatsApp__.xml` (+24 -0) ➕ `.idea/runConfigurations/whagodri__s__o___home_dk_Data_Misc_Mega_Banee_Gmail_Drive_GDrive_Backups_WhatsApp____dr.xml` (+24 -0) ➕ `.idea/runConfigurations/whagodri__s__o___home_dk_Data_Misc_Mega_Banee_Gmail_Drive_GDrive_Backups_WhatsApp____np__dr.xml` (+24 -0) ➕ `.idea/runConfigurations/whagodri__sd__o___home_dk_Data_Misc_Mega_Banee_Gmail_Drive_GDrive_Backups_WhatsApp__.xml` (+24 -0) ➕ `.idea/runConfigurations/whagodri__sd__o___home_dk_Data_Misc_Mega_Banee_Gmail_Drive_GDrive_Backups_WhatsApp____np.xml` (+24 -0) ➕ `.idea/runConfigurations/whapa_gui.xml` (+24 -0) ➕ `.idea/vcs.xml` (+6 -0) ➕ `.idea/whapa.iml` (+17 -0) ➕ `.tool-versions` (+1 -0) 📝 `libs/whagodri.py` (+227 -104) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 20:34:59 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whapa#224
No description provided.