themaLeecher
http://leecher.themasoftware.com/forum/

[tvmaze.com]
http://leecher.themasoftware.com/forum/viewtopic.php?f=19&t=6627
Page 1 of 1

Author:  Crackpot [ November 18th, 2021, 2:24 am ]
Post subject:  [tvmaze.com]

URL: https://www.tvmaze.com/countdown?filter=show&source=all

Error message: failed to find message.

i want to get the tv name only. message does not matter. i tried following tags.
Code:
div.episode-name
div.show
div.show-name

Author:  Freddy [ November 18th, 2021, 8:09 am ]
Post subject:  Re: [tvmaze.com]

You just need to add custom selectors: http://leecher.themasoftware.com/faq.php?expand=faq206

Go to "WEBSITES" -> select that website -> "Selectors" tab -> add these selectors:

Subject:
Code:
h1


Message:
Code:
h1


Subject with URL:
Code:
div.show-name


Add that page in "Pages" tab.

Author:  Crackpot [ November 18th, 2021, 5:46 pm ]
Post subject:  Re: [tvmaze.com]

thank you, it's working fine. but now i getting problem when leeching from page.
Code:
https://www.tvmaze.com/shows?Show%5BshowStatus_enum%5D=2&Show%5BshowType_enum%5D=&Show%5Bgenre%5D=&Show%5Blanguage_enum%5D=&Show%5Bcountry_enum%5D=&Show%5Bnetwork_id%5D=&Show%5BwebChannel_id%5D=&Show%5Bruntime%5D=&Show%5Brating%5D=&Show%5Bfollowing%5D=&Show%5Bsort%5D=#pageNumber#


https://i.postimg.cc/GmGhLPRm/image.png
but here TL leech first page and the last page only. shouldn't it leech the page 2?

Author:  Freddy [ November 18th, 2021, 6:30 pm ]
Post subject:  Re: [tvmaze.com]

Your URL is wrong.

You replaced the "sort" with #pageNumber#, you should always click on "Page 2" at the bottom, you would get URL like this:

Code:
https://www.tvmaze.com/shows?Show%5BshowStatus_enum%5D=2&Show%5BshowType_enum%5D=&Show%5Bgenre%5D=&Show%5Blanguage_enum%5D=&Show%5Bcountry_enum%5D=&Show%5Bnetwork_id%5D=&Show%5BwebChannel_id%5D=&Show%5Bruntime%5D=&Show%5Brating%5D=&Show%5Bfollowing%5D=&Show%5Bsort%5D=&page=2


At the end you can see page=2, then just replace "2" with "#pageNumber#" like this:
Code:
https://www.tvmaze.com/shows?Show%5BshowStatus_enum%5D=2&Show%5BshowType_enum%5D=&Show%5Bgenre%5D=&Show%5Blanguage_enum%5D=&Show%5Bcountry_enum%5D=&Show%5Bnetwork_id%5D=&Show%5BwebChannel_id%5D=&Show%5Bruntime%5D=&Show%5Brating%5D=&Show%5Bfollowing%5D=&Show%5Bsort%5D=&page=#pageNumber#


This URL might be wrong for you since I have no idea what your "sort" was since you replaced it.

Author:  Crackpot [ November 18th, 2021, 7:25 pm ]
Post subject:  Re: [tvmaze.com]

thank you!

Page 1 of 1 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/