Yakoo 8c7c46e0e2
AnimeSama: add filtering by genre (#10059)
* Update AnimeSama

Fix description & genre by updating html tag id

* Update build.gradle

Increasing the code version number

* Adding latest items for AnimeSama

only the items available on the main page

* Fix URL on latest items

* AnimeSama: adding genre filter

Using almost the same code as FuzzyDoodle, I added the only filter available on animesama: genre

* Update AnimeSama.kt

remove lint errors

* Including code review optimization

Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>

* Fix build error

---------

Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
2025-10-02 23:57:37 +01:00

8 lines
123 B
Groovy

ext {
extName = 'AnimeSama'
extClass = '.AnimeSama'
extVersionCode = 7
}
apply from: "$rootDir/common.gradle"