Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • V VO-scraper
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

To receive notifications about scheduled maintenance, please subscribe to the mailing-list gitlab-operations@sympa.ethz.ch. You can subscribe to the mailing-list at https://sympa.ethz.ch

  • Georg Teufelberger
  • VO-scraper
  • Merge requests
  • !5

Merge features from dev to master

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Georg Teufelberger requested to merge dev into master Mar 23, 2020
  • Overview 0
  • Commits 20
  • Changes 1

Features:

  • --destination flag to specify the location to save videos to. Closes #1 (closed).
  • --history flag to specify a file where to print/read episodes URLs from/to so you can finally delete watched lectures without having to worry they might re-download.
  • --version flag to print the program version and exit.
  • Ignore empty lines in link file.
  • Strip special characters such as ? < > : * | " ^ from filenames as they can cause issues on NTFS.

Changes:

  • Moved date further to the front when printing available/selected lecture episodes.
  • Collect all episode links first and then start the download so you no longer have to wait for a download to finish in order to select episodes of the next lecture if you pass multiple links.
  • Moved the code that creates folders so no folders are created when you just want to print the source links of lecture episodes with --print-src.
  • Replaced occurrences of / with os.sep to become more OS agnostic.
  • Check if the scraper is being run directly to allow for use as library.
  • and finally some general code clean up.
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: dev