File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/src/main/java/com/lagradost/cloudstream3/extractors Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ open class Gofile : ExtractorApi() {
1919 subtitleCallback : (SubtitleFile ) -> Unit ,
2020 callback : (ExtractorLink ) -> Unit
2121 ) {
22- val id = Regex (" /(?:\\ ?c=|d/)([\\ da-zA-Z]+)" ).find(url)?.groupValues?.get(1 )
22+ val id = Regex (" /(?:\\ ?c=|d/)([\\ da-zA-Z- ]+)" ).find(url)?.groupValues?.get(1 )
2323 val token = app.get(" $mainApi /createAccount" ).parsedSafe<Account >()?.data?.get(" token" )
2424 val websiteToken = app.get(" $mainUrl /dist/js/alljs.js" ).text.let {
2525 Regex (" websiteToken\\ s*=\\ s*\" ([^\" ]+)" ).find(it)?.groupValues?.get(1 )
@@ -59,4 +59,4 @@ open class Gofile : ExtractorApi() {
5959 @JsonProperty(" data" ) val data : Data ? = null ,
6060 )
6161
62- }
62+ }
You can’t perform that action at this time.
0 commit comments