ytdl-org / youtube-dl

Command-line program to download videos from YouTube.com and other video sites
http://ytdl-org.github.io/youtube-dl/
The Unlicense
131.37k stars 9.95k forks source link

fembed #22073

Open uschana123 opened 5 years ago

uschana123 commented 5 years ago

Checklist

Example URLs

Description

https://www.fembed.com/v/zyvn5ykx8v1

AhmadNaruto commented 4 years ago

i am waiting for supporting

iamLiquidX commented 4 years ago

This site also allows user to add their own domain for the video hosting. Like - feurl.com, fembed.net, and many others. An universal scrapper will be really good. Please add support for this site as most of the jav p**n is on fembed.net.

@dstftw thank you for all the amazing working.you have done so far.

rjial commented 2 years ago

there's api that you can fetch mp4 link from fembed

example : https://fembed-hd.com/f/36752cm8kz0ppqm

if you change "f" with "/api/source/", and access it with POST method curl -X POST "https://fembed-hd.com/api/source/36752cm8kz0ppqm" | jq

{
  "success": true,
  "player": {
    "poster_file": "/userdata/232259/poster/3/67/36752cm8kz0ppqm.png?v=1617949953",
    "logo_file": "/userdata/232259/player/13984_logo.png?v=",
    "logo_position": "control-bar",
    "logo_link": "https://www.fembed.com",
    "logo_margin": 10,
    "aspectratio": "16:9",
    "powered_text": "Fembed Default Player",
    "powered_url": "https://www.fembed.com",
    "css_background": "rgba(0, 0, 0, 0)",
    "css_text": "#f2f2f2",
    "css_menu": "#333333",
    "css_mntext": "#ffffff",
    "css_caption": "#000000",
    "css_cttext": "#ffffff",
    "css_ctsize": "15",
    "css_ctopacity": "40",
    "css_ctedge": "none",
    "css_icon": "rgba(255, 255, 255, 0.8)",
    "css_ichover": "#ffffff",
    "css_tsprogress": "#f2f2f2",
    "css_tsrail": "rgba(255, 255, 255, 0.3)",
    "css_button": "#565656",
    "css_bttext": "#ffffff",
    "opt_autostart": false,
    "opt_title": false,
    "opt_quality": true,
    "opt_caption": true,
    "opt_download": false,
    "opt_sharing": true,
    "opt_playrate": false,
    "opt_mute": false,
    "opt_loop": false,
    "opt_vr": true,
    "opt_cast": false,
    "opt_nodefault": false,
    "opt_forceposter": false,
    "opt_parameter": true,
    "restrict_domain": "",
    "restrict_action": "DoNothing",
    "restrict_target": "",
    "resume_enable": true,
    "resume_text": "Welcome back! You left off at xx:xx:xx. Would you like to resume watching?",
    "resume_yes": "Yes, Please",
    "resume_no": "No, Thanks",
    "adb_enable": false,
    "adb_offset": "0",
    "adb_text": "Please turn off adblockers in order to continue watching",
    "ads_adult": false,
    "ads_pop": false,
    "ads_vast": true,
    "ads_free": 0,
    "trackingId": "",
    "income": false,
    "incomePop": false,
    "logger": "https://v3.fstats.xyz",
    "revenue": "/asset/jquery/slim-3.2.min.js?c=ID&t=474",
    "revenue_fallback": "/asset/angular.min.js?t=3",
    "revenue_track": "https://mc.yandex.ru/watch/88698312"
  },
  "data": [
    {
      "file": "https://fvs.io/redirector?token=TWNDc2p6MGs0Tk1LU0x5TEphNUpVVUZIczVmMVZDeGtoR1RRYjVsUzloNUgrVlJrdlFRZlFyMjJWR1pVekNGZHYzSCtoYi9PbXJuVGIrcWpaQXl0cHVoS0VNYW1FejNIeERML1V4WmhyQjU4bXJyUzlTV2pxakpjeWFSSDlUMlgzRk5BQ0wrMkM4MlM5cEpsV1pvTmRtVkYrbG4yZHRTL0J3PT06MmI2dnpSWVhmOE54VVN1V2ZHQ2tSZz09V9PV",
      "label": "360p",
      "type": "mp4"
    }
  ],
  "captions": [],
  "is_vr": false
}