Purpose of the program:
Store product infos (category/release date/maker/title/url) from a keyword search to (.csv)
How To Use This Program:
- Get the base url from DLsite keyword search (
show_type
must be 1), with just the number of page left
-
Look for total number of pages by yourself, so you don't go over that
-
Now run all the code once
-
Then, in the command line type: "get_info('paste_the_base_url_here', and_#pages_here)"
-
A CSV file will be generated
PS: One issue of my code is it could not handle UNICODE properly. Let me know if you have any ideas.
Purpose of this function:
Assume you downloaded some games/manga of a certain series from DLsite and all files are properly named.
eg: (同人マンガ)[120301][RJ092175][ガラクタが丘] reversible-リバーシブル-
By using DLsite_Info_Scraper.R to get all product info of that series, you can now find out what games/manga you've missed from the list.
The program will return a list of product IDs in a csv file.
You MUST use the csv generated from DLsite_Info_Scraper.R
to run this program!!!