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

Fix 'java.lang.IllegalArgumentException #192

Merged
merged 1 commit into from Sep 3, 2019

Conversation

gzsombor
Copy link
Contributor

@gzsombor gzsombor commented Sep 2, 2019

java.lang.IllegalArgumentException: Did not find balanced marker at 'class*="yt-lockup-video"'
    at org.jsoup.helper.Validate.fail(Validate.java:110)
    at org.jsoup.parser.TokenQueue.chompBalanced(TokenQueue.java:294)
    at org.jsoup.select.QueryParser.byAttribute(QueryParser.java:240)
    at org.jsoup.select.QueryParser.findElements(QueryParser.java:156)
    at org.jsoup.select.QueryParser.parse(QueryParser.java:71)
    at org.jsoup.select.QueryParser.parse(QueryParser.java:42)
    at org.jsoup.select.Selector.select(Selector.java:91)
    at org.jsoup.nodes.Element.select(Element.java:372)
    at org.schabi.newpipe.extractor.services.youtube.extractors.YoutubeStreamInfoItemExtractor.getUrl(YoutubeStreamInfoItemExtractor.java:64)
    at org.schabi.newpipe.extractor.stream.StreamInfoItemsCollector.extract(StreamInfoItemsCollector.java:45)
    at org.schabi.newpipe.extractor.search.InfoItemsSearchCollector.extract(InfoItemsSearchCollector.java:63)
    at org.schabi.newpipe.extractor.search.InfoItemsSearchCollector.extract(InfoItemsSearchCollector.java:47)
    at org.schabi.newpipe.extractor.InfoItemsCollector.commit(InfoItemsCollector.java:87)
    at org.schabi.newpipe.extractor.services.youtube.extractors.YoutubeSearchExtractor.collectItems(YoutubeSearchExtractor.java:134)
  • I carefully read the contribution guidelines and agree to them.
  • I did test the API against NewPipe.
  • I agree to ASAP create a PULL request for NewPipe for making in compatible when I changed the api.

… at 'class*="yt-lockup-video"'

    at org.jsoup.helper.Validate.fail(Validate.java:110)'
Copy link
Member

@TobiGr TobiGr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. Nice catch

@TobiGr TobiGr merged commit 7169bcf into TeamNewPipe:dev Sep 3, 2019
@gzsombor gzsombor deleted the fix-illegal-expression branch January 17, 2020 22:34
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.

None yet

2 participants