Fix extractors

This commit is contained in:
Zaw 2022-08-16 23:17:00 +03:00
parent dd683a98d2
commit fdccaf766b
7 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
package com.stable
package com.extractors
import com.lagradost.cloudstream3.app
import com.lagradost.cloudstream3.utils.ExtractorApi

View File

@ -1,4 +1,4 @@
package com.stable
package com.extractors
import com.fasterxml.jackson.annotation.JsonProperty
import com.lagradost.cloudstream3.app

View File

@ -1,4 +1,4 @@
package com.stable
package com.extractors
import com.lagradost.cloudstream3.app
import com.lagradost.cloudstream3.utils.ExtractorApi

View File

@ -1,4 +1,4 @@
package com.stable
package com.extractors
import com.fasterxml.jackson.annotation.JsonProperty
import com.lagradost.cloudstream3.app

View File

@ -1,4 +1,4 @@
package com.stable
package com.extractors
import com.lagradost.cloudstream3.app
import com.lagradost.cloudstream3.utils.ExtractorApi

View File

@ -1,4 +1,4 @@
package com.stable
package com.extractors
import com.lagradost.cloudstream3.utils.*
import com.lagradost.cloudstream3.app

View File

@ -1,4 +1,4 @@
package com.stable
package com.extractors
import com.fasterxml.jackson.annotation.JsonProperty
import com.lagradost.cloudstream3.app