Project

General

Profile

Feature #2983

Updated by Ram Kordale over 1 year ago

Currently, if we access extDoc?url=U, we make the call getPurpleLinksInfoExtFull?o-url=https://www.youtube.com/watch?v=U. 

 Going forward, this should continue. however, if we access extDoc?url=U&mode=non-yt, we should make the call getPurpleLinksInfoExtFull?o-url=U. Example: https://edutestqa.appspot.com/extDoc?url=https:%2F%2Fwww.studytonight.com%2Foperating-system%2Fround-robin-scheduling&mode=non-yt. getPurpleLinksInfoExtFull?o-url=U 

 Everything else remains the same.

Back