Python-Markdown/markdown

global flags not at the start of the expression at position 63

Closed this issue · 1 comments

I am not able to download udemy videos using the Udemy-dl 1.1

I am getting the Global flags error

image
Screenshot 2024-08-01 144635
Screenshot 2024-08-01 144648

Please check and help me

We did not create nor do we maintain udemy 1.1. You will need to talk to the author of that library to have the issue fixed. At no point in your posted call stack is Python Markdown mentioned. The issue is squarely in the udemy library.

What I can say is that they are not including their inline, regex flags in their regex pattern at the start of the pattern which is now more strictly enforced in recent versions of Python re. They need to fix their library. There is nothing for us to do here.