ToxicFrog / bltool

A tool for command line interaction with backloggery.com
Apache License 2.0
78 stars 9 forks source link

--from=backloggery doesn't support games in collections #25

Open a1ph4n3rd opened 7 years ago

a1ph4n3rd commented 7 years ago

When I am filtering games from Backloggery, if they are DLC, they don't get filtered out. For example Skyrim would get filtered out, as it is the main game, but Dawnguard, one of the DLCs won't get filtered out.

ToxicFrog commented 7 years ago

This is a known issue; subcollections aren't properly handled by the backloggery importer because, to be blunt, they're a pain (they're loaded on the fly when the user expands them rather than being present in the original AJAX response) and I don't use them.