Update okru.py
Browse files
okru.py
CHANGED
|
@@ -1,13 +1,7 @@
|
|
| 1 |
import requests
|
| 2 |
-
import re
|
| 3 |
from bs4 import BeautifulSoup
|
| 4 |
import json
|
| 5 |
-
|
| 6 |
-
"rai1": "https://ok.ru/videoembed/7703488765552?nochat=1",
|
| 7 |
-
"rai2": "https://ok.ru/videoembed/7805618364016?nochat=1"
|
| 8 |
-
}
|
| 9 |
-
|
| 10 |
-
|
| 11 |
|
| 12 |
|
| 13 |
|
|
|
|
| 1 |
import requests
|
|
|
|
| 2 |
from bs4 import BeautifulSoup
|
| 3 |
import json
|
| 4 |
+
from dictionaries import okru
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
|
| 6 |
|
| 7 |
|