Eltaurus-Lt / CourseDump2022

Google Chrome extension to download Memrise courses as csv files
97 stars 8 forks source link

Issues with batch download - csv not renamed and not downloading all courses #44

Closed cstrife1 closed 4 months ago

cstrife1 commented 4 months ago

Hi,

I'm using the newest code (files are dated Feb 25, 2024).

Modified settings.json so that batch is enabled as well as download all media:

"user_settings": { "always_download_media": true, "display_anki_help_prompt": false, "extra_info": true, "level_tags": true, "batch_download": true }

My queue.txt:

https://community-courses.memrise.com/community/course/262/comprehensive-korean https://community-courses.memrise.com/community/course/26008/korean-grammar-in-use

I see 2 bars in white/grey go across the top of the browser, so it's scanning the 2 links.

Output (in Chrome downloads folder):

download.csv (contains the course of the 2nd link - korean-grammar-in-use) download (no extension) - contents:

Korean Grammar in Use

by deactivated user

This course covers the vocabulary in Korean Grammar in Use (Beginning to Early Intermediate). Darakwon Press. Ahn Jean-myung, Lee Kyeung-ah, and Han Hoo-young.

Course Fields

| Learnable | Definition | Audio | Part of Speech | Pronunciation | Level tags |

The mp3 files for the course are downloaded (I assume it's complete).

So, a few issues:

1) Not all courses downloaded (first link wasn't; link is valid). 2) download.csv used to be named -> korean-grammar-in-use-[26008].csv 3) media files should be in a subfolder named same as filename.

Last I used course dump was in October 2022, so not sure if these are planned regressions?

Windows 11 64, newest Chrome.

Thanks

cstrife1 commented 4 months ago

Most likely a Chrome browser issue.