VideoHelp Forum



Support our site by donate $5 directly to us Thanks!!!

Try StreamFab Downloader and download streaming video from Netflix, Amazon!



+ Reply to Thread
Results 1 to 3 of 3
  1. 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)
    Quote Quote  
  2. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    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)
    You'll get a warning but it should work regardless
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  3. thank you

    Originally Posted by 2nHxWW6GkN1l916N3ayz8HQoi View Post
    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)
    You'll get a warning but it should work regardless
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!