-
Notifications
You must be signed in to change notification settings - Fork 302
Closed
Labels
enhancementNew feature or requestNew feature or requestsource-specificThis bug/feature affects a specific sourceThis bug/feature affects a specific source
Description
Prerequisites
Describe the feature
Take https://www.farsroid.com/google-keyboard/ as an example.
Extract <ul class="download-links" data-post-id="([^"]+)" data-post-version="([^"]+)">
from the page source code and use https://www.farsroid.com/api/download-box/?post_id=$1&post_version=$2
as the intermediate link.
On the next page, here it's https://www.farsroid.com/api/download-box/?post_id=10896&post_version=15.6.6.777987374, extract the APK links and remove \
.
Describe alternatives you've considered (if applicable)
Additional context
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestsource-specificThis bug/feature affects a specific sourceThis bug/feature affects a specific source