Skip to content

Commit

Permalink
[XFileShare] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkf committed Oct 21, 2024
1 parent cc5f6b1 commit aae565d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube_dl/extractor/xfileshare.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class XFileShareIE(InfoExtractor):
# (r'thevideobee\.to', 'TheVideoBee'), # domain for sale
(r'uqload\.ws', 'Uqload'), # .com, .co, .to redirect here
# (r'(vadbam.net', 'VadBam'), # domain not found
(r'(?:vedbam\.xyz|vadbam\.net|vbn\d.\vdbtm\.shop)', 'V?dB?m'), # vidbom.com redirects here, but no valid media pages listed
(r'(?:vedbam\.xyz|vadbam\.net|vbn\d\.vdbtm\.shop)', 'V?dB?m'), # vidbom.com redirects here, but no valid media pages listed
(r'vidlo\.us', 'vidlo'), # no valid media pages listed
(r'vidlocker\.xyz', 'VidLocker'), # no media pages listed
(r'(?:w\d\.)?viidshar\.com', 'VidShare'), # vidshare.tv parked
Expand Down

0 comments on commit aae565d

Please sign in to comment.