-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed downloading M3U8 at playlist_content request. Response code: 403 #17
Comments
I also have the same symptom and cannot download certain videos. |
Getting the same issue |
@prof79 are there any debug switches or similar I can add to get more information for you? |
Thanks @ZincStoat for all the steps and info, there would be |
Okay man, thanks. Take care of yourself first and foremost. |
I programmed a very quick solution utilizing ffmpeg, so you can run this PowerShell script: $videoName = "YOUR_VIDEO_NAME.mp4";
$audio = "https://cdn3.fansly.com/new/.../media-audio-en-mp4a.40.2-1.mp4";
$video = "https://cdn3.fansly.com/new/.../media-video-avc1-1.mp4";
$cookie = '';
ffmpeg -headers "Cookie: $cookie" -i $video -headers "Cookie: $cookie" -i $audio $videoName You just have to find audio & video URLs and to get the cookie navigate to either URL and run If that's not working, download the resources from a browser and run this: The resources are suffixed with "-1", which is the highest quality. So if that's 4K, replace it with '-2' if you want the FHD version. |
I have the same issue but only in messages and it's only 1 video in msgs it won't download. |
Having the same issues, using the newest version, it download pictures without issues but no videos. |
@Troll180 I've been having issue with it not downloading 1 specific video in dms. Ran it again yesterday & I'm noticing no vids after Feb 5, 2024 will download, not in messages or timeline. I'll try again tonight and see if the same. |
Noticed it stopped downloading vids after Feb 6 for me. And yeah no worries, I wasn't complaining, just saying it was still bugged for me as there was a new version. Hope he get better quick! :) |
What had me going nuts is the vid in dm , that one vid was the only vid not downloading. I didn't realize that I wasn't downloading vids after the 5th. Without knowing how these programs work I have to think some script changes at Fansly to stop the downloading. I didn't think you were complaining. I was just saying I can't blame the guy because he's sick. |
@bssoul you're expected just to say |
I should have asked a long time ago.. lol Thank you that worked great. I downloaded v0.8.5 today and I'm having same issues, it's not downloading videos from Feb 5th on in both msgs & timeline. Thank you prof79 |
Having this same issue. Cannot download 3 videos from 2 different accounts. |
Fixed in 0.8.6. Many many thanks @prof79 hope you're feeling better now. |
Now that's awsome news! |
@ZincStoat you're quite the quick one :D We could have spared us this issue if not for one of the original author's ingenious optimizations, guessing the final M3U8's name ... M3U8s are still used in the Fansly API but they have renamed it a bit so one needs to get the master list first, locate the sub-playlist with the highest resolution et voilà, we get what we had in the first place - a list of MPEG-TS files to download and merge. |
You sure as hell impress me with the speed you get things done, especially when you are sick. 👍 |
I've been caught out by previous author's cunning but ultimately unsafe tricks in my own programming career so I can sympathise. Great work sir, thanks again. |
Just got this error , click on continue to try again and it's downloading again. I lost the 1 video in the error but seems to have downloaded everything else. It got 100% from messages so it's working great. For the hell of it I'll download again tomorrow & see if I get the error again and if I get the vid. |
Yes please, that's interesting ... looks like it stumbled upon an M3U8 that either already was the end or empty, for whatever reason ... |
After all that, the creator I was most concerned about missing updates for has announced they're relocating to FanVue because Fansly support are being totally unhelpful. Anyone know a good downloader for FanVue? Ugh. ;) |
@prof79 I downloaded the newest version 8.7 & ran it, got the same error as with 8.6. However when I checked vid download count vs how many vids she's posted I got all vids. |
@prof79 I meant to ask, is their anyway to download the creators "Story" videos? I know not all of them do these little shorts but creator I follow does daily. Thank you! |
@bssoul lucky me I also caught it with one of my creators now. Seems Fansly in some corner cases hands out empty M3U8 playlists which is the culprit for this. Funnily assuming/guessing there is an 1080p version of it works so v0.8.8 now attempts/can download such broken versions to a degree. Don't know if this workaround will work for all variations out there. Please try. |
I'm giving it a try now, I'll let you know how it goes. Thank you! |
v0.8.8 is working great for me.. |
Up until a couple of days ago it's all been working fine, my subscriptions are live, I can play videos/view pictures through the browser and fansly-downloader-ng didn't have a problem downloading.
Recent videos though report errors like the following
Attached as text file to avoid auto formatting xml
errors.txt
It then goes on to deduplicate/skip all past content. I've checked my authorization_token, updated my user_agent as Chrome had updated, though the script hadn't reported any issues there. I'm wondering whether Fansly have broken something, again.
Happens with more than one creator who've uploaded video recently, but having added a creator I haven't scraped in a while, older videos (up to the end of January at least) seem fine, so I think it's a "new feature".
No issues downloading images that I can see.
Using version 0.8.4
The text was updated successfully, but these errors were encountered: