Skip to content

Commit

Permalink
RUMBLE: RumbleStreamExtractorTest fix duration test for related streams
Browse files Browse the repository at this point in the history
  • Loading branch information
evermind-zz committed Nov 17, 2023
1 parent 823826b commit 36370a9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ public void rumbleStreamRelatedInfoItemsExtractorTest()
/** more info see: {@link RumbleSharedTests#infoItemsResultsTest} */
final String[] someExpectedResults = {
/* here is the speciality 'streamType=LIVE_STREAM' detection test on releated streams */
"StreamInfoItem{streamType=VIDEO_STREAM, uploaderName='Fresh and Fit', textualUploadDate='null', viewCount=125000, duration=23654, uploaderUrl='https://rumble.com/user/freshandfit', infoType=STREAM, serviceId=6, url='https://rumble.com/v3w1i6a-fresh-and-fit-after-hours-w-special-guest.html', name='Fresh&Fit After Hours w/ Jack Doherty', thumbnailUrl='https://sp.rmbl.ws/s8/1/c/5/r/b/c5rbo.0kob-small-Fresh-and-Fit-After-Hours-w.jpg', uploaderVerified='false'}",
"StreamInfoItem{streamType=VIDEO_STREAM, uploaderName='Right Side Broadcasting Network', textualUploadDate='null', viewCount=121000, duration=13146, uploaderUrl='https://rumble.com/user/RSBN', infoType=STREAM, serviceId=6, url='https://rumble.com/v3vgcbm-u.s.-house-votes-on-articles-of-impeachment-on-dhs-secretary-mayorkas-11132.html', name='U.S. House Votes on Articles of Impeachment on DHS Secretary Mayorkas - 11/13/23', thumbnailUrl='https://sp.rmbl.ws/s8/1/I/1/G/9/I1G9n.0kob-small-U.S.-House-Votes-on-Article.jpg', uploaderVerified='false'}"
"StreamInfoItem{streamType=VIDEO_STREAM, uploaderName='Fresh and Fit', textualUploadDate='null', viewCount=125000, duration=9414, uploaderUrl='https://rumble.com/user/freshandfit', infoType=STREAM, serviceId=6, url='https://rumble.com/v3w1i6a-fresh-and-fit-after-hours-w-special-guest.html', name='Fresh&Fit After Hours w/ Jack Doherty', thumbnailUrl='https://sp.rmbl.ws/s8/1/c/5/r/b/c5rbo.0kob-small-Fresh-and-Fit-After-Hours-w.jpg', uploaderVerified='false'}",
"StreamInfoItem{streamType=VIDEO_STREAM, uploaderName='Right Side Broadcasting Network', textualUploadDate='null', viewCount=121000, duration=5506, uploaderUrl='https://rumble.com/user/RSBN', infoType=STREAM, serviceId=6, url='https://rumble.com/v3vgcbm-u.s.-house-votes-on-articles-of-impeachment-on-dhs-secretary-mayorkas-11132.html', name='U.S. House Votes on Articles of Impeachment on DHS Secretary Mayorkas - 11/13/23', thumbnailUrl='https://sp.rmbl.ws/s8/1/I/1/G/9/I1G9n.0kob-small-U.S.-House-Votes-on-Article.jpg', uploaderVerified='false'}"
};

RumbleSharedTests.infoItemsResultsTest(extractor.getService(),
Expand Down

0 comments on commit 36370a9

Please sign in to comment.