This repository has been archived by the owner on Mar 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#270 Improves the inline vt.tumblr.com video host search
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.
- Loading branch information
1 parent
97ef627
commit bf6bbd8
Showing
3 changed files
with
53 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters