Looks like iplayer just got a lot more fun
[Attachment 75652 - Click to enlarge]
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 541 to 570 of 1612
-
-
-
Not a whole lot, but it's growing:
Code:Latest: Vigil Doctor Who: 60th Anniversary Special - Christmas special coming 25 December Boat Story Planet Earth III The Reckoning Full list of Ultra HD programmes: Attenborough's Wonder of Song Blue Lights Blue Planet II Boat Story Boiling Point The Boy, the Mole, the Fox and the Horse Champion Chloe The Coronation of TM The King and Queen Camilla Doctor Who: 60th Anniversary Special Doctor Who: The Power of the Doctor Doctor Who: Revolution of the Daleks Dynasties Eden: Untamed Planet The English Everything I know about Love Frozen Planet II Planet Earth III The Girl Before The Gold Great Expectations The Green Planet His Dark Materials Industry, Series 2 Life After Life Life and Death in the Warehouse The Mating Game Mood A Perfect Planet The Reckoning Red Rose The Responder SAS Rogue Heroes Serengeti, Series 3 Seven Worlds, One Planet Sherwood The Sixth Commandment Squad Goals: Dorking 'Til I Die Ten Pound Poms The Tourist A Very British Scandal Vigil Wild Isles Winter Journey: Schubert's Winterreise The Woman in the Wall Wreck
-
Last edited by pauli3; 21st Dec 2023 at 07:27.
-
https://www.bbc.co.uk/iplayer/help/questions/programme-availability/uhd-content
Originally Posted by pauli3 -
Ooh nice. Look forward to that update.
Been messing with the 'dev' app for most of today (yes I am retired, so have time on my hands). Haven't found any real issues with anything OOB so far. It did break my GUI in that the embedded command prompt no longer worked. Spent many hours trying to figure out why. Turns out it does not like the console print line in commands.py.
Code:console.print(f"\n❯_ 𝕗𝕣𝕖𝕖𝕧𝕚𝕟𝕖 {__version__}\n")
With the profile creation function. Is All4 the only service that currently offers any benefit by creating a profile ? If a profile is created for another service, BBC for example, does your script currently do anything with that ? -
Hey
Struggling with ITVX.
In particular Doc Martin.
Command used was "python freevine.py -s s03 https://www.itv.com/watch/doc-martin/26104"
and
"python freevine.py -s s03 https://www.itv.com/watch/doc-martin/26104/762839" -
I get a similar error with different versions of FV. ITV have borked something with that one.
The individual episodes still download ok if you can be bothered doing them one x one.
https://www.itv.com/watch/doc-martin/26104/824286
https://www.itv.com/watch/doc-martin/26104/824287
https://www.itv.com/watch/doc-martin/26104/824288
https://www.itv.com/watch/doc-martin/26104/824289
https://www.itv.com/watch/doc-martin/26104/824290
https://www.itv.com/watch/doc-martin/26104/824291
https://www.itv.com/watch/doc-martin/26104/824292 -
Yeah only downloading individual episodes work for me for that one for some reason...
If you just paste:
Code:python freevine.py -e https://www.itv.com/watch/doc-martin/26104/824286 python freevine.py -e https://www.itv.com/watch/doc-martin/26104/824287 python freevine.py -e https://www.itv.com/watch/doc-martin/26104/824288 python freevine.py -e https://www.itv.com/watch/doc-martin/26104/824289 python freevine.py -e https://www.itv.com/watch/doc-martin/26104/824290 python freevine.py -e https://www.itv.com/watch/doc-martin/26104/824291 python freevine.py -e https://www.itv.com/watch/doc-martin/26104/824292
I use a firefox extension called "Snap Links" to add multiple URLs to the clipboard, just drag with the right mouse button to select what I want then hold down ctrl and let go of the right mouse to copy all the episode links to the clipboard...
https://cpriest.github.io/SnapLinksPlus/#/
[Attachment 75658 - Click to enlarge]
Apologies if none of the reply is useful it's just how I would do it in a similar situation if -s wasn't working for a show but I saw that individual episodes were... -
Yeah, I get the same error. It's because some "series" values aren't numbers, which I stupidly assumed they always would be. It's an easy fix and will be added for the next update.
In the meantime, Doc Martin is available in much higher quality on CTV if you have access to a Canadian VPN/proxy: https://www.ctv.ca/shows/doc-martin/ -
I seem to get the same issue with this series: https://iview.abc.net.au/show/australia-remastered-wild-australians grabbing them as individual episodes.
-
Oops, sorry about that. I know how hunting for those "hidden" errors can drive you mad.
As for the profiles, only ALL4 is currently making use of it. CBC will be added as well since login is required, and I might a couple others. But most of these free streaming services don't require credentials. It's just nice to have a profile setup ready to go in case you need it in the future. -
Very quick to respond. Thanks everyone. Plenty of options provided there!
-
-
Is Pluto TV still supported? I've been trying to get this to work and get an error "Service is not supported".
I'm using this command:
D:\freevine>python freevine.py -e S01E01 https://www.pluto.tv/en/on-demand/series/61ba35904b12ef001494687b/details/season/1 -
list episode...
Code:freevine.py -t https://pluto.tv/en/on-demand/series/61ba35904b12ef001494687b/details
Code:freevine.py -e s01e01 https://pluto.tv/en/on-demand/series/61ba35904b12ef001494687b/details
-
Yes, it is. Remove the "www" from your URL and it'll work. I'd recommend using the search function to get proper URLs.
Code:freevine.py --search pluto "dick van dyke show" PlutoTV Title: The Dick Van Dyke Show Type: series Synopsis: None Link: https://pluto.tv/en/on-demand/series/61ba35904b12ef001494687b/details
-
Hey, having a few issues with CWTV, using main and beta:
Code:File "/Users/luke/WKS-KEYS/freevine-1.0.6/services/cwtv/cwtv.py", line 52, in __init__ self.get_options() File "/Users/luke/WKS-KEYS/freevine-1.0.6/services/cwtv/cwtv.py", line 260, in get_options downloads, title = get_downloads(self) ^^^^^^^^^^^^^^^^^^^ File "/Users/luke/WKS-KEYS/freevine-1.0.6/utils/options.py", line 166, in get_downloads content, title = stream.get_content(stream.url) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/luke/WKS-KEYS/freevine-1.0.6/services/cwtv/cwtv.py", line 218, in get_content content = self.get_series(url) ^^^^^^^^^^^^^^^^^^^^ File "/Users/luke/WKS-KEYS/freevine-1.0.6/services/cwtv/cwtv.py", line 91, in get_series episodes = asyncio.run(self.get_titles(data))
-
Just another question i've been meaning to also ask...
With the sites that offer 5.1 audio(Roku etc) . Is it possible to download the 5.1 then somehow using ffmpeg make it 2.0 audio and rejoin to the video afterwards?
I would know how to rejoin it would just be ideal for me (the equipment I have) to make audio 2.0. Not the end of the world if not.
Its just for things like dialogue being very quiet then explosions being almost deafening.
This script really is a work of art, the amount of time its saved me in doing each episode....
Thanks!Last edited by SE14man; 21st Dec 2023 at 21:30.
-
-
-
Many thanks for this awesome script!
I'd like to ask the community, have any of you wrapped this script (or ones like it) in any fancy system to automate or schedule downloads?
It'd be great to have a system like MythTV (which works with TV tuners) to automatically download new episodes when they come out, and manage existing downloads (e.g. keep just the 10 latest episodes) and so on. -
Heyo, a new update has just been posted. Please read the changelog here: https://github.com/stabbedbybrick/freevine/releases/tag/v1.1.0
An addition I forgot to post is that using "--info" now will tell N_m3u8DL-RE to print out track info without downloading anything. Which means you can also use it to test your command without initiating a download, which is pretty useful if you're trying to select specific things using the --sv/--sa arguments. -
thank you new updated version
btw is iplayer still max 1080p. i try go for 2160p
Code:freevine.py get --select-video res=2160 --season S01 https://www.bbc.co.uk/iplayer/episodes/p0gjwxhv
-
Sorry, still 1080p max for now.
-
stabbedbybrick - Thank you once again! Love the newest version. Have been testing and getting things, and understanding the changes/additions. Thank you!
I do have a question, not a bug or issue. Curious for ALL4 - Channel4, The Americans. Url/episode I was testing on was s01e02:
Code:https://www.channel4.com/programmes/the-americans/on-demand/75885-002
Code:https://cf.jos.c4assets.com/CH4_43_02_900_75885002001001_001/CH4_43_02_900_75885002001001_001_J01.ism/stream.mpd?c3.ri=13494570595474539845&mpd_segment_template=time&filter=%28type%3D%3D%22video%22%26%26%28%28DisplayHeight%3E%3D288%29%26%26%28systemBitrate%3C4800000%29%29%29%7C%7Ctype%21%3D%22video%22&ts=1703371173&e=600&st=qOVpShsm8yTi1s06ssxzNEUtSAglvzHk2QSc75dnNjc
Code:http://cf.dash01.stream.c4assets.com/wvmod-stream/CH4_33_05_42_75885002001001_001.mpd?c3.ri=13503014845349450466
-
just change from "andriod" to "web" (line 6) in service/channel4/api.yaml
[Attachment 75705 - Click to enlarge]
Similar Threads
-
UK Free to Air Downloader
By A_n_g_e_l_a in forum Video Streaming DownloadingReplies: 620Last Post: 22nd Jul 2025, 07:08 -
Video/Screenshot Guide to Freevine/N_m3u8DL-RE downloader for MacOS
By gwilliams1996 in forum Video Streaming DownloadingReplies: 16Last Post: 15th May 2024, 06:14 -
Forcing quality on streaming services
By qnufc in forum Video Streaming DownloadingReplies: 10Last Post: 8th Mar 2024, 17:27 -
Are we going to see all streaming services switching to L1 completely
By Loryanam2 in forum Video Streaming DownloadingReplies: 7Last Post: 5th Mar 2023, 07:37 -
Portable Streaming DownLoader for XMovies8?
By KermitJ in forum Video Streaming DownloadingReplies: 0Last Post: 27th Sep 2019, 10:44