Hi i have this script but not working to get m3u8 link, i need help
Thanks
Code:import requests import re SOURCE_URL = "https://www.nowtv.com.tr/canli-yayin" response = requests.get(SOURCE_URL).content.decode() live_url = re.search(r"daiUrl : '(.*?)'", response).group(1) print(live_url)
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
+ Reply to Thread
Results 1 to 3 of 3
-
-
Code:
import requests import re SOURCE_URL = "https://www.nowtv.com.tr/canli-yayin" response = requests.get(SOURCE_URL, verify=False).content.decode() live_url = re.search(r"daiUrl : '(.*?)'", response).group(1) print(live_url)
--[----->+<]>.++++++++++++.---.--------.
[*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*]
Similar Threads
-
please python script
By kayrak in forum Video Streaming DownloadingReplies: 7Last Post: 29th Nov 2024, 10:54 -
Need help for python script
By kayrak in forum Video Streaming DownloadingReplies: 1Last Post: 28th Nov 2024, 12:14 -
Need help for python script
By kayrak in forum Video Streaming DownloadingReplies: 3Last Post: 14th Mar 2024, 07:30 -
Need help for python script
By kayrak in forum Video Streaming DownloadingReplies: 2Last Post: 12th Feb 2024, 06:44 -
Need Python script for this stream
By kayrak in forum Video Streaming DownloadingReplies: 6Last Post: 17th Sep 2023, 12:10