JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #1  
Old 29.06.2022, 06:34
UriF UriF is offline
Linkgrabbing Monster
 
Join Date: Oct 2013
Posts: 81
Default missav.com - download HLS URLs with referer

I got a link to stream from Video DownloadHelper but jDownloader doesn't recognize it. For example
**External links are only visible to Support Staff****External links are only visible to Support Staff**

**External links are only visible to Support Staff****External links are only visible to Support Staff**
Reply With Quote
  #2  
Old 29.06.2022, 14:32
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,236
Default

Working on it
__________________
JD-Dev & Server-Admin
Reply With Quote
  #3  
Old 29.06.2022, 17:16
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,236
Default

@UriF: you will be able to add the m3u8 with next core update, but you also have to add
Quote:
#forced_referer=68747470733A2F2F6D69737361762E636F6D2F
at the end of the link, as site checks for valid referer. hexencoded website, see convertstring.com/EncodeDecode/HexEncode
__________________
JD-Dev & Server-Admin
Reply With Quote
  #4  
Old 29.06.2022, 21:25
UriF UriF is offline
Linkgrabbing Monster
 
Join Date: Oct 2013
Posts: 81
Default

Sorry, what would I have to encode or decode? bcdn_token? token_path? Could write a original string and converted string, for example... Thank you in advance

P.S. I downloaded using Ant Downloader but I got a strange effect. The length of resulted video were 2-4 min greater than original (for 4 hrs video - 4 min, for 2 hrs video - 2 min)

Last edited by Jiaz; 30.06.2022 at 10:02.
Reply With Quote
  #5  
Old 30.06.2022, 10:02
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,236
Default

@UriF: You have to wait for next core update (not yet released) first, else the m3u8 link won't work at all. But as this site also checks for correct referer, you have to add https://board.jdownloader.org/showpo...91&postcount=3 at the end of the url before copying to JDownloader to tell JDownloader what referer to use.
__________________
JD-Dev & Server-Admin
Reply With Quote
  #6  
Old 30.06.2022, 10:03
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,236
Default

Quote:
Originally Posted by UriF View Post
Sorry, what would I have to encode or decode? bcdn_token? token_path? Could write a original string and converted string, for example... Thank you in advance
example
Quote:
.....link..../master.m3u8#forced_referer=68747470733A2F2F6D69737361762E636F6D2F
__________________
JD-Dev & Server-Admin
Reply With Quote
  #7  
Old 30.06.2022, 16:43
UriF UriF is offline
Linkgrabbing Monster
 
Join Date: Oct 2013
Posts: 81
Default

I tried this referrer for a video
**External links are only visible to Support Staff****External links are only visible to Support Staff**

but it doesn't work. How did you get a referrer for any video at this site? Thanks. I just want to try to get it for myself.
Reply With Quote
  #8  
Old 30.06.2022, 16:48
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,236
Default

@UriF: Those m3u8 DO NOT work right now. You will have to wait for next core update.
AFTER next core update, just append https://board.jdownloader.org/showpo...91&postcount=3 at the end of the url and copy to clipboard
__________________
JD-Dev & Server-Admin
Reply With Quote
  #9  
Old 30.06.2022, 20:41
UriF UriF is offline
Linkgrabbing Monster
 
Join Date: Oct 2013
Posts: 81
Default

Thanks

P.S. I got a solution:

ffmpeg -headers "Referer: **External links are only visible to Support Staff** -i "**External links are only visible to Support Staff** -c copy -bsf:a aac_adtstoasc test.mp4

Last edited by UriF; 01.07.2022 at 04:14.
Reply With Quote
  #10  
Old 01.07.2022, 10:05
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,236
Default

@UriF: yes, that's what JDownloader would do as well but the & within the URL is triggering a bug and therefore you'll have to wait for core update. the Referer is set via forcedreferer and hex encoded
__________________
JD-Dev & Server-Admin
Reply With Quote
  #11  
Old 01.07.2022, 14:47
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,045
Default

Bitte auf das nächste CORE-Update warten!

Please wait for the next CORE-Update!

Wartest du auf einen angekündigten Bugfix oder ein neues Feature?
Updates werden nicht immer sofort bereitgestellt!
Bitte lies unser Update FAQ! | Please read our Update FAQ!

---
Are you waiting for recently announced changes to get released?
Updates to not necessarily get released immediately!
Bitte lies unser Update FAQ! | Please read our Update FAQ!


-psp-
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #12  
Old 02.07.2022, 02:03
UriF UriF is offline
Linkgrabbing Monster
 
Join Date: Oct 2013
Posts: 81
Default

Thank you anyway. I downloaded everything that I wanted from this site using this ffmpeg script with referrer
Reply With Quote
  #13  
Old 02.07.2022, 20:30
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,236
Default

Quote:
Originally Posted by UriF View Post
Thank you anyway.
Nothing to thank us for! You helped to find/fix a bug in JDownloader
__________________
JD-Dev & Server-Admin
Reply With Quote
  #14  
Old 03.07.2022, 22:11
UriF UriF is offline
Linkgrabbing Monster
 
Join Date: Oct 2013
Posts: 81
Default

Thank you to give me a hint (referrer) where to search. There are some web sites which follow the same rules. I will use this method FOR now until Ant Downloader would fix their bug which I mentioned above (if jDownloader of course would be able to implement for all of sites which have the same restrictions).
Reply With Quote
  #15  
Old 07.07.2022, 17:33
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,045
Default

Please first wait for the update and then provide more example URLs if you find more similar websites which JD fails to download streams from.
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #16  
Old 22.07.2022, 01:32
UriF UriF is offline
Linkgrabbing Monster
 
Join Date: Oct 2013
Posts: 81
Default

1. **External links are only visible to Support Staff****External links are only visible to Support Staff**
I can get a link to stream but I get only first 3mb (ts files misnumbered???) I tried using Google development tools but I was able to see a lot ts file with the same name
sample:
**External links are only visible to Support Staff****External links are only visible to Support Staff**

2. **External links are only visible to Support Staff****External links are only visible to Support Staff**
Video are not recognized neither VDH no Ant Downloader
sample:
**External links are only visible to Support Staff****External links are only visible to Support Staff**
Reply With Quote
  #17  
Old 22.07.2022, 12:03
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,236
Default

Quote:
Originally Posted by UriF View Post
1. **External links are only visible to Support Staff****External links are only visible to Support Staff**
I can get a link to stream but I get only first 3mb (ts files misnumbered???) I tried using Google development tools but I was able to see a lot ts file with the same name
Because the server only serves max 3mb chunks and then the next 3mb and so on. This will be supported with next core/plugin update. Please wait and when update is released, try the stream url with JDownloader
__________________
JD-Dev & Server-Admin
Reply With Quote
  #18  
Old 24.07.2022, 21:32
UriF UriF is offline
Linkgrabbing Monster
 
Join Date: Oct 2013
Posts: 81
Default

Re. 2. It interesting that some browsers let you a download button. When I clicked on it I got

**External links are only visible to Support Staff****External links are only visible to Support Staff**

I clicked on it and it asked me to register. After I registered they asked me to pay something to download. I tried Firefox Development tool but I has been kick off from this web page. By the way I found out how to download from hellabyte but I can get only 1080p resolution file


P.S. There were this button on Dissenter and PaleMoon. Now this button disappeared on Dissenter. Palemoon stopped to play this file at all (hourglass forever)

P.P.s. I believe that jable.tv and javrip.net can be used with the same technology like missav.com. If you are interested with yt-dlp (like ffmpeg) I can post here a sample.

Last edited by UriF; 24.07.2022 at 22:26.
Reply With Quote
  #19  
Old 25.07.2022, 00:35
UriF UriF is offline
Linkgrabbing Monster
 
Join Date: Oct 2013
Posts: 81
Default

By the way I wanted to update ffmpeg version (or check if it is current). I opened a directory
C:\Users\MyUserName\AppData\Local\JDownloader 2.0\tools\Windows\ffmpeg\x64

I found out that files are TOO old. Moreover you use a download link to
**External links are only visible to Support Staff****External links are only visible to Support Staff**
This site is dead. Therefore you are not able to update old files and user is not able to get all of bug fixes
Reply With Quote
  #20  
Old 25.07.2022, 17:14
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,045
Default

Quote:
Originally Posted by UriF View Post
I found out that files are TOO old. Moreover you use a download link to
ffmpeg.zeranoe.com/builds/
This site is dead. Therefore you are not able to update old files and user is not able to get all of bug fixes
This is just the link to the website where we got the build from.

You can use any FFmpeg build you like from any source you like as long as it's not super outdated nor some kind of special fork of FFmpeg.
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +2. The time now is 12:17.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.