jazzband / django-embed-video

Django app for easy embedding YouTube and Vimeo videos and music from SoundCloud.
http://django-embed-video.rtfd.org
MIT License
383 stars 135 forks source link

Fix a Python 3.6+ DeprecationWarning #104

Closed SmileyChris closed 5 years ago

SmileyChris commented 5 years ago

Explicitly mark a regular expression string as raw to avoid DeprecationWarning: invalid escape sequence warning in Python 3.6+

aleksihakli commented 5 years ago

Thanks for the fix!