Skip to content
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

add: GakiArchives #115

Merged
merged 6 commits into from
Nov 14, 2023
Merged

add: GakiArchives #115

merged 6 commits into from
Nov 14, 2023

Conversation

bachig26
Copy link
Contributor

Closes #114

@OshekharO since there is no cover and description in the video/detail page, i have commented it out.

but for description, i wanted to add the text from category/season name in the class = "far fa-folder", i'm confused on how to fetch it since it's not inside the block, i don't how to get it. if you please fix them for me. thanks.

@OshekharO
Copy link
Member

OshekharO commented Nov 13, 2023

Class li far fa-folder this is empty where is the information in it or any text?

@bachig26
Copy link
Contributor Author

bachig26 commented Nov 13, 2023

Class li far fa-folder this is empty where is the information in it or any text?

view-source:gakiarchives.com/video/40
line 162: 1<i class="far fa-folder"></i> <a href="[/category/15](https://gakiarchives.com/category/15)">Detectives (2015)</a>

@OshekharO
Copy link
Member

You want to capture this Detectives (2015)?

@bachig26
Copy link
Contributor Author

You want to capture this Detectives (2015)?

yes

@OshekharO
Copy link
Member

OshekharO commented Nov 13, 2023

Try this

.far.fa-folder > a or i.far.fa-folder > a ( try both )

desc: desc.trim(),

@OshekharO
Copy link
Member

Worked?

@bachig26
Copy link
Contributor Author

Try this

.far.fa-folder > a or i.far.fa-folder > a ( try both )

desc: desc.trim(),

no, both doesn't work.

also i just checked cover isn't working with the update.
miru_IP4EuhKqiH

@OshekharO
Copy link
Member

OshekharO commented Nov 13, 2023

Check logs for cover and send pic

@bachig26
Copy link
Contributor Author

Check logs for cover and send pic

it doesn't have any info for cover...
miru_nWuZhsjsBB

actually the regex works but doesn't display the cover in app.

@OshekharO OshekharO merged commit 1bf2b8e into miru-project:main Nov 14, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GakiArchives
2 participants