Skip to content
This repository was archived by the owner on Apr 1, 2021. It is now read-only.

Customizing Available Download Resource

Yoon Wai Yan edited this page Nov 9, 2018 · 1 revision

If it happens to have edge cases like what's being discussed in https://github.com/yoonwaiyan/stackskills-dl/issues/39, you could modify the source code to detect the correct download resource. Hacking out the source code is as simple as changing how a PDF file detecter find PDF files in your lectures:

# lib/course_finder.rb line 147

pdf = lecture_page.link_with(href: /filepicker/)
Clone this wiki locally