randydev commited on
Commit
96848cf
·
verified ·
1 Parent(s): f67c8f7

Upload main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -755,7 +755,7 @@ async def xnxx_search(query: str, quality: str):
755
  "highest_quality": x.highest_quality,
756
  "publish_date": x.publish_date,
757
  "views": x.views,
758
- "thumb": x.thumb
759
  })
760
  return SuccessResponse(
761
  status="True",
 
755
  "highest_quality": x.highest_quality,
756
  "publish_date": x.publish_date,
757
  "views": x.views,
758
+ "thumb": x.thumbnail_url
759
  })
760
  return SuccessResponse(
761
  status="True",