Commit
·
3ee9500
1
Parent(s):
9a7706f
update app.py
Browse files
app.py
CHANGED
@@ -229,8 +229,8 @@ async def xvid_search(
|
|
229 |
"1080p": sorting.SortQuality.Sort_1080_plus
|
230 |
},
|
231 |
"upload_time": {
|
232 |
-
"3months": sorting.SortDate.
|
233 |
-
"6months": sorting.SortDate.
|
234 |
},
|
235 |
"length": {
|
236 |
"0-10min": sorting.SortVideoTime.Sort_middle,
|
|
|
229 |
"1080p": sorting.SortQuality.Sort_1080_plus
|
230 |
},
|
231 |
"upload_time": {
|
232 |
+
"3months": sorting.SortDate.Sort_last_3_months,
|
233 |
+
"6months": sorting.SortDate.Sort_last_6_months
|
234 |
},
|
235 |
"length": {
|
236 |
"0-10min": sorting.SortVideoTime.Sort_middle,
|