Skip to content

Commit

Permalink
Update fembed.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jewbmx committed Aug 27, 2019
1 parent 0c292ec commit d517958
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/resolveurl/plugins/fembed.py
Expand Up @@ -23,8 +23,8 @@

class FembedResolver(ResolveUrl):
name = "fembed"
domains = ["fembed.com", "24hd.club", "vcdn.io", "sharinglink.club", "votrefiles.club"]
pattern = r'(?://|\.)((?:fembed|24hd|vcdn|sharinglink|votrefiles)\.(?:com|club|io))/v/([a-zA-Z0-9-]+)'
domains = ["fembed.com", "24hd.club", "vcdn.io", "sharinglink.club", "votrefiles.club", "femoload.xyz", "dailyplanet.pw"]
pattern = r'(?://|\.)((?:fembed|24hd|vcdn|sharinglink|votrefiles|femoload|dailyplanet)\.(?:com|club|io|xyz|pw))/v/([a-zA-Z0-9-]+)'

def __init__(self):
self.net = common.Net()
Expand Down

0 comments on commit d517958

Please sign in to comment.