https://github.com/ntamvl/gwrap
GWrap will support to get direct video link from google drive
https://github.com/ntamvl/gwrap
Last synced: about 2 months ago
JSON representation
GWrap will support to get direct video link from google drive
- Host: GitHub
- URL: https://github.com/ntamvl/gwrap
- Owner: ntamvl
- License: mit
- Created: 2017-02-24T03:31:35.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-26T15:26:39.000Z (about 8 years ago)
- Last Synced: 2025-01-25T14:33:58.152Z (4 months ago)
- Language: Ruby
- Size: 30.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GWRAP
You will be happy when use this project for movie sites :D## [Lấy link video streaming từ Google Drive]
### Bước 1: Đổi DNS của vps sang DNS IPv6 của google
mở file `/etc/resolv.conf` và xoá hết những gì có trong đó và sau đấy paste 2 dòng sau vào:
```
nameserver 2001:4860:4860::8888
nameserver 2001:4860:4860::8844
```Thoát và lưu file lại.
### Bước 2: Vào file /etc/hosts thêm 2 dòng sau
```
127.0.0.1 *.googlevideo.com
```