WebStreamr resolution shouldn't be parsed from title #314
-
|
Hi, WebStreamr tries to scrape or determine resolutions where it can and provides them. Often this also results in weird resolutions like e.g. 300p. On the other hand the titles or file names WebStreamr provides are directly from hoster sites including resolutions like 1080p and so, but they often don't match the stream resolution because the hoster or uploader recoded the file.. Can parsing here be adapted to pass through the WebStreamr resolution directly and never use the title? I can also help out if you point me to the relevant code. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
Sure, in the case where Webstreamr doesn't have a resolution, do you think it would be better to just parse resolution as 'Unknown' or take it from the title? |
Beta Was this translation helpful? Give feedback.
I see, I've done as you recommended and used the resolution in the title as the source of truth (though it is matched to the closest resolution that AIOStreams allows filtering/sorting by)