diff --git a/README.md b/README.md index a5965879b3a..ef82bbbca33 100644 --- a/README.md +++ b/README.md @@ -232,7 +232,7 @@ Fill up rest of the fields. Meaning of each field is discussed below. **NOTE**: - `STATUS_LIMIT`: Limit the no. of tasks shown in status message with buttons. Default is `10`. **NOTE**: Recommended limit is `4` tasks. `Int` - `EXTENSION_FILTER`: File extensions that won't upload/clone. Separate them by space. `Str` - `INCOMPLETE_TASK_NOTIFIER`: Get incomplete task messages after restart. Require database and superGroup. Default is `False`. `Bool` -- `FILELION_API`: Filelion api key to mirror Filelion links. Get it from [Filelion](https://filelions.com/?op=my_account). `str` +- `FILELION_API`: Filelion api key to mirror Filelion links. Get it from [Filelion](https://vidhide.com/?op=my_account). `str` - `STREAMWISH_API`: Streamwish api key to mirror Streamwish links. Get it from [Streamwish](https://streamwish.com/?op=my_account). `str` - `YT_DLP_OPTIONS`: Default yt-dlp options. Check all possible options [HERE](https://github.com/yt-dlp/yt-dlp/blob/master/yt_dlp/YoutubeDL.py#L184) or use this [script](https://t.me/mltb_official_channel/177) to convert cli arguments to api options. Format: key:value|key:value|key:value. Add `^` before integer or float, some numbers must be numeric and some string. `str` - Example: "format:bv*+mergeall[vcodec=none]|nocheckcertificate:True" diff --git a/bot/helper/mirror_utils/download_utils/direct_link_generator.py b/bot/helper/mirror_utils/download_utils/direct_link_generator.py index bfb5b40cb3c..59ae3735bb4 100644 --- a/bot/helper/mirror_utils/download_utils/direct_link_generator.py +++ b/bot/helper/mirror_utils/download_utils/direct_link_generator.py @@ -122,7 +122,8 @@ def direct_link_generator(link): elif any( x in domain for x in [ - "filelions.co", + "vidhide.com", + "vidhidepro.com", "filelions.site", "filelions.live", "filelions.to", @@ -1321,7 +1322,8 @@ def filelions_and_streamwish(url): if any( x in hostname for x in [ - "filelions.co", + "vidhide.com", + "vidhidepro.com", "filelions.live", "filelions.to", "filelions.site", @@ -1330,7 +1332,7 @@ def filelions_and_streamwish(url): ] ): apiKey = config_dict["FILELION_API"] - apiUrl = "https://api.filelions.co" + apiUrl = "https://vidhideapi.com" elif any( x in hostname for x in [