Find a video that you want to save. Click in the URL field. Replace the “www” with “mbasic.” and press Enter Click play video A new browser window will open Click on the 3 dots and Download video
Tag Archives: facebook video
How to enable nginx stub status
How to enable nginx stub status Edit nginx.conf add in the server { ….. } block/context location /nginx_status { # Turn on nginx stats stub_status on; # I do not need logs for stats access_log off; # Security: Only allow access from your IP address # allow your ip address; # Send rest of the world …