PinDownloader is an Android application that allows users to download images and videos from Pinterest and Pixiv.
- Download images and videos from Pinterest
- Download artwork from Pixiv
- Support for multiple media types (images, videos, GIFs)
- Clean and simple interface
- Pinterest (pinterest.com)
- Pixiv (pixiv.net)
https://www.pinterest.com/pin/{PIN_ID}
https://www.pinterest.com/board/{BOARD_ID}
https://www.pixiv.net/artworks/{ARTWORK_ID}
https://www.pixiv.net/en/artworks/{ARTWORK_ID}
https://www.pixiv.net/i/{ARTWORK_ID}
Built with:
- Kotlin
- Ktor Client for network requests
- KSoup for HTML parsing
- Kotlinx Serialization for JSON handling
- The app extracts the media ID from the provided URL
- Makes API calls to retrieve media information
- Parses the response to extract download URLs
- Downloads the media to the device
The app handles various error cases including:
- No internet connection
- Invalid URLs
- Failed downloads
- Premium content restrictions
- Parser errors
Contributions are welcome! Please feel free to submit a Pull Request.
This app is for educational purposes only. Please respect the terms of service and copyright policies of Pinterest and Pixiv when using this application.