Feature #2986
Tweak to 2983: FE: make extDoc work for non youtube urls as well
Start date:
05/01/2023
Due date:
05/01/2023
% Done:
100%
Estimated time:
(Total: 2.00 h)
Spent time:
(Total: 1.00 h)
Description
Currently, if we access extDoc?url=U, we make the call getPurpleLinksInfoExtFull?o-url=https://www.youtube.com/watch?v=U.
This should continue. Going forward, if we access extDoc?url=U&fullUrl=true, we should make the call getPurpleLinksInfoExtFull?o-url=U.
Everything else remains the same.
Subtasks
Updated by Ram Kordale over 1 year ago
- Status changed from Resolved to Reopened
Encoding and decoding is still to be done.
Updated by Rishabh Rai over 1 year ago
- Status changed from Resolved to Feedback
- Assignee changed from Rishabh Rai to Ayush Khandelwal
Updated by Ayush Khandelwal over 1 year ago
- Assignee changed from Ayush Khandelwal to Ram Kordale
Working as expected