Try StreamFab Downloader and download from Netflix, Amazon, Youtube! Or Try DVDFab and copy Blu-rays!
+ Reply to Thread
Results 121 to 135 of 135
Thread
-
@billybanana, thank you so much for all these updates and for the one tomorrow you mentioned. I did test out what you posted earlier:
HTML Code:https://forum.videohelp.com/threads/415165-[Release]-Ozivine-Australian-NZ-FTA-Downloader/page4#post2749497
Also @stabbedbybrick, you prove to help us all in so many threads directly and indirectly! Thank you as well! -
Your welcome ! New release has been posted
https://github.com/billybanana80/ozivine/releases/tag/Ozivine_v1.5 -
Code:
N_m3u8DL-RE "https://iview-vod.akamaized.net/prod/dr2/DR2314H001S00MA1D1/20240908012547/mpegdash/1080.mpd" --select-video best --select-audio best --select-subtitle all -mt -M format=mkv --save-dir "/freevine/downloads" --save-name "Return.To.Paradise.S01E01.1080p.ABCiView.WEB-DL.AAC2.0.H.264" --key d670f69abd144d51a932e9e633846324:95c6bbd77859e131d4b8c439c6bc8fe2
Manually selected correct version -
ABC are a pain in that they switch the descriptive audio between the 1 & 2 values quite often. I hard coded "audio-en-mp4a-1" in one version of the script I was messing around with but that didn't always guarantee getting the right one. Not sure if I could use "Alternate" with the drop audio function. Would need to play with that.
Code:13:52:46.507 INFO : Aud *CENC audio-en-mp4a-2 | 138 Kbps | mp4a.40.2 | en | 2CH | 1 Segment | Alternate | ~57m17s 13:52:46.507 INFO : Aud *CENC audio-en-mp4a-1 | 135 Kbps | mp4a.40.2 | en | 2CH | 1 Segment | ~57m17s
Last edited by billybanana; 8th Sep 2024 at 01:11.
-
I had this issue a while back with Midsommer Murders S024 I think downloaded the lot and had to re download and select other audio not sure if you can add a drop "Alternate" in the script could be interesting if you can if not its no biggie just change the audio to download
-
Just select ALL audio tracks and either ignore the 2nd if it's the AD track or re-order in post. You'll only know when you play the video.
-
Looking at TVNZ this afternoon and some content is popping up in 1080p. Previously I'd only seen sport or the odd movie.
eg: https://www.tvnz.co.nz/shows/seal-team/episodes/s7-e5
Interesting that the previous 4 episodes in the current series are all 720p. One to keep an eye on for sure, especially for me given this is on a paid service P+ in Australia. -
-
Code:
{ "keys": [ "--key d670f69abd144d51a932e9e633846324:95c6bbd77859e131d4b8c439c6bc8fe2" ], "pssh": "AAAAV3Bzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAADcIARIQ1nD2mr0UTVGpMunmM4RjJBoLYnV5ZHJta2V5b3MiENZw9pq9FE1RqTLp5jOEYyQqAkhE", "manifest_url": [ "https://iview-vod.akamaized.net/prod/dr2/DR2314H001S00MA1D1/20240908012547/mpegdash/1080.mpd" } ]
-
nah thats still using the mpd line. This is the start of mine, its done as a windows batch file but preduces the result:
Code:set /p iviewurl=Enter the URL for the Iview Episode: Extractors\yt-dlp.exe "%iviewurl%" --dump-json > output.json Extractors\jq.exe -r .formats[0].manifest_url output.json > iview.txt @Powershell "(Get-Content iview.txt) -replace '720.m3u8', '1080.m3u8' | Set-Content HDURL.txt"
Last edited by wastedhate; 8th Sep 2024 at 21:17.
-
Code:
C:\Scripts\vetchahoo>yt-dlp.exe "https://iview.abc.net.au/video/DR2314H001S00" --dump-json 1>output.json Python path configuration: PYTHONHOME = 'C:\Freevine\bin' PYTHONPATH = (not set) program name = 'C:\Freevine\bin\yt-dlp.exe' isolated = 0 environment = 0 user site = 0 import site = 0 sys._base_executable = 'C:\\Freevine\\bin\\yt-dlp.exe' sys.base_prefix = '' sys.base_exec_prefix = '' sys.executable = 'C:\\Freevine\\bin\\yt-dlp.exe' sys.prefix = '' sys.exec_prefix = '' sys.path = [ 'C:\\Freevine\\bin\\base_library.zip', 'C:\\Freevine\\bin\\lib-dynload', 'C:\\Freevine\\bin', ] Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding Python runtime state: core initialized ModuleNotFoundError: No module named 'encodings' Current thread 0x0000b724 (most recent call first): <no Python frame> C:\Scripts\vetchahoo>jq.exe -r .formats[0].manifest_url output.json 1>iview.txt
WAs Yt-dlp causing the error updated now working thanks
Code:https://iview-vod-hls.akamaized.net/prod/dr2/DR2314H001S00MA1D1/20240908012547/hls/v3/1080.m3u8?hdnea=st%3D1725867169~exp%3D1725868069~acl%3D%2F%2A~hmac%3Da361e8115e9cd4fc6586264634355ecbdd86bc366c681df2af62d61d7c92b5ec
Last edited by PSXman_uk; 9th Sep 2024 at 02:46. Reason: Error fixed
-
Fixed weird how it shows no audio then downloads with audio and subs thanks again
-
Cause the audio is already muxed with the file on their servers when you download it.
Similar Threads
-
Uk-fta
By A_n_g_e_l_a in forum Video Streaming DownloadingReplies: 0Last Post: 22nd Jun 2024, 06:43 -
Australian members, need to grab something from ABC IView
By adrian44 in forum Video Streaming DownloadingReplies: 8Last Post: 2nd Jan 2024, 18:25 -
Key help from FTA channels
By Game_Trips in forum Video Streaming DownloadingReplies: 2Last Post: 2nd Oct 2022, 03:47 -
Y2Mate.ch Downloader Youtube
By jimwnola in forum Video Streaming DownloadingReplies: 25Last Post: 1st Jun 2022, 10:58 -
New Release! DVDFab Downloader All-In-One
By DVDFab Staff in forum Video Streaming DownloadingReplies: 0Last Post: 18th Jan 2021, 00:49