Git Product home page Git Product logo

Comments (4)

jvlflame avatar jvlflame commented on May 22, 2024

I'm unable to reproduce the error you're receiving in my environment. What version of the module are you using?

Javinizer -Path '.\EKW-019.mp4' -Url "https://www.r18.com/videos/vod/movies/detail/-/id=2ekw00019/?i3_ref=search&i3_ord=1"

Javinizer's regular sort will clean the filename from EKW019.mp4 to EKW-019 before attempting to search for it. Due to that, videos with non-standard naming such as EKW019 on R18 will error out.

To bypass this, you can use the -Strict parameter to read filenames as is.

Make sure the file is named exactly as the DVD ID on R18.com DVD ID: EKW019 -> EKW019.mp4, and then run:

Javinizer -Path "W:\JAV\Censored-new\A-G\ekw-019" -DestinationPath "W:\JAV\Censored-new\A-G" -Strict

from javinizer.

fidofido300 avatar fidofido300 commented on May 22, 2024

Ok! the Command you provided do scrape the movie Thank you!
But
Shouldn't it scrape with the provided url aswell because
Javinizer -Path "W:\JAV\Censored\A-G\ekw-019" -DestinationPath "W:\JAV\Censored-new\A-G" -Url "http://www.javlibrary.com/en/?v=javlilzvsm,https://www.r18.com/videos/vod/movies/detail/-/id=2ekw00019/?i3_ref=search&i3_ord=1,https://www.dmm.co.jp/digital/videoa/-/detail/=/cid=2ekw00019/?i3_ref=search&i3_ord=1" -Multi -Apply
[Javinizer] Function started
[Javinizer] Sort path set to: [W:\JAV\Censored\A-G\ekw-019]
[Javinizer] Destination path set to: [W:\JAV\Censored-new\A-G]
VERBOSE: [Javinizer] Ended sort on [EKW019.mp4]
WARNING: [Get-R18Url] Search [EKW-019] not matched on R18/Dmm
WARNING: [Get-R18Url] Search [EKW-019] not matched on R18/Dmm
VERBOSE: [Javinizer] Sort has completed or has been stopped prematurely; Stopping all running jobs...
VERBOSE: [Javinizer] Ended sort on [EKW019.mp4]
Javinizer -Path "W:\JAV\Censored\A-G\ekw-019" -DestinationPath "W:\JAV\Censored-new\A-G" -Url "http://www.javlibrary.com/en/?v=javlilzvsm,https://www.r18.com/videos/vod/movies/detail/-/id=2ekw00019/?i3_ref=search&i3_ord=1,https://www.dmm.co.jp/digital/videoa/-/detail/=/cid=2ekw00019/?i3_ref=search&i3_ord=1" -Multi -Apply -Strict
[Javinizer] Function started
[Javinizer] Sort path set to: [W:\JAV\Censored\A-G\ekw-019]
[Javinizer] Destination path set to: [W:\JAV\Censored-new\A-G]
VERBOSE: [Javinizer] Ended sort on [EKW019.mp4]
WARNING: [Get-JavlibraryUrl] Search [EKW019] not matched on JAVLibrary
VERBOSE: [Javinizer] Sort has completed or has been stopped prematurely; Stopping all running jobs...
VERBOSE: [Javinizer] Ended sort on [EKW019.mp4]

As you can see the url provided is not used program tries to find the url itself which I think shouldn't do because we already provided it.

Thank You
And I am Using The latest version 1.1.10

from javinizer.

jvlflame avatar jvlflame commented on May 22, 2024

When you use the -Url parameter, you need to reference the file directly in the -Path parameter, rather than the directory path. For example:

# This will work
Javinizer -Path "W:\JAV\Censored\A-G\ekw-019\ekw019.mp4" -Url "https://(...)"

# This will NOT work
Javinizer -Path "W:\JAV\Censored\A-G\ekw-019" -Url "https://(...)"

When you reference a directory path in -Path, it will automatically try to run a directory sort which is why it's still trying to search for the url.

In cases like this for single files, you probably wouldn't need to use -Multi. Additionally, -Apply should only be used in cases where you don't want to specify -Path or -DestinationPath in your command.

from javinizer.

fidofido300 avatar fidofido300 commented on May 22, 2024

Ohhh
OK
Thank You!

from javinizer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.