Skip to content

Commit

Permalink
[XFileShare] Update extractor for 2024
Browse files Browse the repository at this point in the history
* simplify aa_decode()
* review and update supported sites and tests
* in above, include FileMoon.sx, and remove separate module
* incorporate changes from yt-dlp
* allow for decoding multiple scripts (eg, FileMoon)
* use new JWPlayer extraction
  • Loading branch information
dirkf committed Mar 8, 2024
1 parent f663724 commit f7b30e3
Show file tree
Hide file tree
Showing 3 changed files with 193 additions and 147 deletions.
1 change: 0 additions & 1 deletion youtube_dl/extractor/extractors.py
Expand Up @@ -383,7 +383,6 @@
FC2EmbedIE,
)
from .fczenit import FczenitIE
from .filemoon import FileMoonIE
from .fifa import FifaIE
from .filmon import (
FilmOnIE,
Expand Down
43 changes: 0 additions & 43 deletions youtube_dl/extractor/filemoon.py

This file was deleted.

0 comments on commit f7b30e3

Please sign in to comment.