diff options
author | pukkandan <pukkandan@gmail.com> | 2021-01-08 21:44:50 +0530 |
---|---|---|
committer | pukkandan <pukkandan@gmail.com> | 2021-01-08 21:59:10 +0530 |
commit | 00dd0cd573c6ef8ca38dc73b88160b6c9f074dbe (patch) | |
tree | 7a7c1f5587556df9ccbb981eed745567dfba86a0 /youtube_dlc/extractor/xfileshare.py | |
parent | 0c0ff18f7d9087c8306a8ad8713aef409a7f63f8 (diff) | |
download | hypervideo-pre-00dd0cd573c6ef8ca38dc73b88160b6c9f074dbe.tar.lz hypervideo-pre-00dd0cd573c6ef8ca38dc73b88160b6c9f074dbe.tar.xz hypervideo-pre-00dd0cd573c6ef8ca38dc73b88160b6c9f074dbe.zip |
Update to ytdl-2021.01.08
Diffstat (limited to 'youtube_dlc/extractor/xfileshare.py')
-rw-r--r-- | youtube_dlc/extractor/xfileshare.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/youtube_dlc/extractor/xfileshare.py b/youtube_dlc/extractor/xfileshare.py index 48ef07ed1..cbd5d1cbb 100644 --- a/youtube_dlc/extractor/xfileshare.py +++ b/youtube_dlc/extractor/xfileshare.py @@ -45,6 +45,7 @@ def aa_decode(aa_code): class XFileShareIE(InfoExtractor): _SITES = ( + (r'aparat\.cam', 'Aparat'), (r'clipwatching\.com', 'ClipWatching'), (r'gounlimited\.to', 'GoUnlimited'), (r'govid\.me', 'GoVid'), @@ -78,6 +79,9 @@ class XFileShareIE(InfoExtractor): 'title': 'sample', 'thumbnail': r're:http://.*\.jpg', }, + }, { + 'url': 'https://aparat.cam/n4d6dh0wvlpr', + 'only_matching': True, }] @staticmethod |