Iftakharpy / algoexpert-download

Downloads all questions and solutions using python from https://www.algoexpert.io
Apache License 2.0
24 stars 7 forks source link

How to get Vimeo Video ID for downloading video? #1

Closed mhilmiasyrofi closed 2 years ago

mhilmiasyrofi commented 2 years ago

Hi Iftakhar,

Thank you for providing the source code to download videos from Algoexpert. I don't find the video ID from algoexpert. Could you elaborate more explanation on this?

Best regards, Hilmi

Iftakharpy commented 2 years ago

@mhilmiasyrofi to download any of the video or resources you should have an AlgoExpert account and that account must have access to the resources you want to download.

You can see the get_question_data function declaration and HTTP request info. It requires a question name to get all information for that question. The list of questions Can be found either calling the get_list_of_all_questions or following HTTP request info. Read the prerequisites too.