1from apify_client import ApifyClient
2
3
4
5client = ApifyClient("<YOUR_API_TOKEN>")
6
7
8run_input = { "videoUrls": [
9 { "url": "https://www.xvideos.com/video.oufvclb3b56/my_therapist_made_my_fantasy_come_true_-_lexis_star" },
10 { "url": "https://www.xvideos.com/video.opkiitu533e/alanna_s_bitty_bikini_comes_right_off_alanna_pow_brazzers_enter_xvpromo_on_official_site_for_discount" },
11 { "url": "https://www.xvideos.com/video.optlktt7c95/a_stranger_groped_me_on_a_public_bus_he_inserted_a_shaft_into_my_virgin_asshole_ai_" },
12 { "url": "https://www.xvideos.com/video.oofavpl9a3f/i_took_my_hot_stepmom_on_a_secret_vacation_and_filled_her_tight_pussy_-_cory_chase" },
13 { "url": "https://www.xvideos.com/video.oofpkpv3d79/gf_s_sister_no_penetration_just_rubbing_my_pussy_oops..._i_creampied_her" },
14 ] }
15
16
17run = client.actor("maximedupre/xvideos-downloader").call(run_input=run_input)
18
19
20print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
21for item in client.dataset(run["defaultDatasetId"]).iterate_items():
22 print(item)
23
24