DanbooruDownloader icon indicating copy to clipboard operation
DanbooruDownloader copied to clipboard

TheDoujin.com no posts?

Open ghost opened this issue 6 years ago • 1 comments

Whenever I search for a tag using the "TheDoujin.com" provider it comes up with the "no posts" prompt. I'm using a fresh install and haven't edited anything. Any help or is this just a bug?

ghost avatar Apr 19 '18 21:04 ghost

can you edit the DanbooruProviderList.xml using notepad? find the entry for TheDoujin.com and replace it with below data

  <DanbooruProvider>
    <Name>TheDoujin.com</Name>
    <DefaultLimit>20</DefaultLimit>
    <HardLimit>100</HardLimit>
    <Preferred>Xml</Preferred>
    <QueryStringXml>/index.php/api/categories?%_query%</QueryStringXml>
    <QueryStringJson />
    <QueryStringHtml>/index.php/api/categories?json=1&amp;%_query%</QueryStringHtml>
    <Url>https://thedoujin.com</Url>
    <UserName />
    <Password />
    <LoginType>Anonymous</LoginType>
    <PasswordSalt>choujin-steiner--%PASSWORD%--</PasswordSalt>
    <PasswordHash />
    <BoardType>Gelbooru</BoardType>
    <TagDownloadUseLoop>false</TagDownloadUseLoop>
    <DateTimeFormat>not-available</DateTimeFormat>
  </DanbooruProvider>

also refer to: https://thedoujin.com/index.php/help/search for the searching syntax

Nandaka avatar Apr 20 '18 02:04 Nandaka