ripme
ripme copied to clipboard
Added support for Flickr descriptions
Category
This change is exactly one of the following (please change [ ] to [x]) to indicate which:
- [ ] a bug fix (Fix #...)
- [ ] a new Ripper
- [ ] a refactoring
- [ ] a style change/fix
- [x] a new feature
Description
Adds support for the image description API to the Flickr ripper. Produces txt files with names matching the image name, containing:
[title]
[description]
Testing
Required verification:
- [x] I've verified that there are no regressions in
mvn test(there are no new failures or errors). - [x] I've verified that this change works as intended.
- [x] Downloads all relevant content.
- [x] Downloads content from multiple pages (as necessary or appropriate).
- [x] Saves content at reasonable file names (e.g. page titles or content IDs) to help easily browse downloaded content.
- [x] I've verified that this change did not break existing functionality (especially in the Ripper I modified).
Optional but recommended:
- [ ] I've added a unit test to cover my change.