debakarr / kodekloud-downloader

Simple downloaded for https://kodekloud.com/
138 stars 43 forks source link

KodeKloudQuiz URL #42

Closed Matkach closed 5 months ago

Matkach commented 5 months ago

I just tried this dl-quiz but it returns:

kodekloud dl-quiz -o KodeKloudQuiz Traceback (most recent call last): File "C:\Python310\lib\runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Python310\lib\runpy.py", line 86, in _run_code exec(code, run_globals) File "C:\Python310\Scripts\kodekloud.exe__main.py", line 7, in File "C:\Python310\lib\site-packages\click\core.py", line 1157, in call return self.main(*args, kwargs) File "C:\Python310\lib\site-packages\click\core.py", line 1078, in main rv = self.invoke(ctx) File "C:\Python310\lib\site-packages\click\core.py", line 1688, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "C:\Python310\lib\site-packages\click\core.py", line 1434, in invoke return ctx.invoke(self.callback, ctx.params) File "C:\Python310\lib\site-packages\click\core.py", line 783, in invoke return callback(*args, **kwargs) File "C:\Python310\lib\site-packages\kodekloud_downloader\cli.py", line 101, in dl_quiz download_quiz(output_dir, sep) File "C:\Python310\lib\site-packages\kodekloud_downloader\main.py", line 27, in download_quiz response.raise_for_status() File "C:\Python310\lib\site-packages\requests\models.py", line 1021, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://mcq-backend-main.kodekloud.com/quizzes

It seems that the URL has changed. By any chance you know the new URL? Thanks in advance!

imraj1997 commented 5 months ago

@debakarr Same for me as well. Could you please update the new url?

varunpalekar commented 5 months ago

Same for me

debakarr commented 5 months ago

I am kind of busy with other work. But let me check on this.

debakarr commented 5 months ago

This should be fixed in the latest version: pip install -U kodekloud-downloader

Matkach commented 5 months ago

Thank you!