View Single Post
  #1  
Old 17.10.2019, 19:51
non4m3 non4m3 is offline
Modem User
 
Join Date: Oct 2019
Posts: 2
Default naughtymachinima new videos issue

Issue: Unable to parse / download recently added videos (i.e. 30-60 days old).

To reproduce: Take **External links are only visible to Support Staff**this user videos for example.

Two latest (as of posting this) videos (**External links are only visible to Support Staff**this one and **External links are only visible to Support Staff**this) result in "Unknown" file size when parsing video. On download error is: "Unknown server error".
**External links are only visible to Support Staff**Third one, with is 60 days old, results in correct file size when parsing and correct download.

Checking parsed URL in logs shows that JD2 build URL like this:

Code:
**External links are only visible to Support Staff****External links are only visible to Support Staff**
While correct URL, depending on video size selected in player window, is:

Code:
**External links are only visible to Support Staff****External links are only visible to Support Staff**
So issue is with URL builder, to be more precise this part is incorrect:
Code:
/media/videos/hd/
and should be:
Code:
/media/videos/h264/
Downloading using copied video URL from video player works correctly.
Reply With Quote