Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exporting a check list #17

Open
omena007 opened this issue Oct 12, 2021 · 2 comments
Open

Exporting a check list #17

omena007 opened this issue Oct 12, 2021 · 2 comments

Comments

@omena007
Copy link

First of all thank you for this really great script! I'm having this problem that I'm trying to export my checked movies list to a CSV file but the script only allows me to load one page from the list at the time. I have 42 pages of checked films and I have not figured out how to see them as a one big list so I could download the 1,000+ films at the same time. I wonder if I'm doing something wrong?

@monk-time
Copy link
Collaborator

monk-time commented Oct 13, 2021

@omena007 Hi!

What you have encountered is a current flaw of that feature. It was primarily designed for exporting proper movie lists (meaning lists that have all items displayed at the same time), and it working on paginated pages was thrown in later more as an afterthought.

I have a script that can combine multiple pages on the site into one that I was meaning to integrate into ICM Enhanced but couldn't find the time. But unfortunately it's not production-ready yet and won't help you much because this function here:

static export(elExport, elMovies, filename, sep, useBom) {

currently expects a static NodeList instead of a dynamic collection.

I'll try to figure out a solution that'll work when paired with the 2nd script in the coming days/weeks.

@omena007
Copy link
Author

Thank you for your quick reply and the work you are putting into this project!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants