You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.
Currently the inline video regex is new Regex("\"(http[A-Za-z0-9_/:.]*.com/video_file/[A-Za-z0-9_/:.]*)\""); which doesn't detect (already url resolved) inlined tumblr video urls (i.e. from different tumblr video posts). Usually, the self-hosted tumblr videos have an url structure as the following: https://vt.tumblr.com/tumblr_ouv64tPd2n1wai44h{_rX}.mp4 which will not be picked up with the current regex.
The text was updated successfully, but these errors were encountered:
johanneszab
changed the title
vtt.tumblr.com videos are missed if inlined within anothers posts content/body
Some vtt.tumblr.com videos are not downloaded if inlined within anothers posts content/body
Sep 17, 2018
Currently the inline video regex is new Regex("\"(http[A-Za-z0-9_/:.]*.com/video_file/[A-Za-z0-9_/:.]*)\""); which doesn't detect (already url resolved) inlined tumblr video urls (i.e. from different tumblr video posts).
Usually, the self-hosted tumblr videos have an url structure as the following: https://vt.tumblr.com/tumblr_ouv64tPd2n1wai44h{_rX}.mp4 which will not be picked up with the current regex.
Currently the inline video regex is
new Regex("\"(http[A-Za-z0-9_/:.]*.com/video_file/[A-Za-z0-9_/:.]*)\"");
which doesn't detect (already url resolved) inlined tumblr video urls (i.e. from different tumblr video posts). Usually, the self-hosted tumblr videos have an url structure as the following:https://vt.tumblr.com/tumblr_ouv64tPd2n1wai44h{_rX}.mp4
which will not be picked up with the current regex.The text was updated successfully, but these errors were encountered: