- Fix a typo where it inserts submedia into term instance variable.
- Fix a bug where 2019's eroge ranking is not found on FANZA.
- Fix a bug where adult game's tags wrong to be fetched.
- Fix a bug where nil is not accepted in
File.join
.
- Drop support of fetching the art's information.
- Support adult game's rankings.
- Drop support of fetching art's price.
- Support Ruby
2.5.1
. - Implement the function to detect excluded arts for affiliating.
- Fetch first img element from art page.
- Revert "Use HTTPS in all connections".
- Use HTTPS in all connections.
- Fix a bug where sub price is not found.
- If sub price is not found, Integer can't parse argument because it's String.
- Make price integer.
- Fetch the price of the art.
- Make agent selectable in Attributes class.
- Do not show rank in art title.
- Do not lock gem versions in 'dmm-crawler.gemspec'.
- Change the author name element due to it is not found.
- Lock the RuboCop version over
0.49.0
.
- Reduce the ranking size to ten.
- Do not manage 'Gemfile.lock'.
- Add an attribute for author.
- Make optional configuration settable for Mechanize.
- Fix a bug where data-src is not found
- Do not fix types of submedia.
- Update
README.md
.
- Do not use passed value of submedia type.
- Do not crawl columns related to description.
- Move the series to last.
- Add crawling more information.
- Extract Attributes klass from Ranking klass.
- Support art page.
- Add an attribute for submedia.
- Convert double quotes to single qoutes for description_raw.
- Add an attribute raw data of description that include HTML tag.
- Replace url with image_url
- Fix the bug where description is empty.
- Refactor codes related to attributes for the art.
- Add a function to fetch description.
- Fix the code for chech an argument.
- Rename an attribute from url to title_link.
- Improve readability of about arguments.
- Rename the method from books to arts.
- Correct examples for
README.md
.
- Write docs for dmm-crawler.
- Add a function to fetch tags for the title.
- Implement fetch the ranking for the DMM.R18's rankings.