-
Notifications
You must be signed in to change notification settings - Fork 68
Developing
Matthew Bauer edited this page Jan 16, 2012
·
1 revision
#summary Overview of how to work with get-flash-videos
- labels Featured,Phase-Implementation
However it's obviously easier to develop on if the code is modular. This means adding a site (see AddingSite) is just a matter of adding a site specific module. The code can also be run in either form, so that there is no need to generate a combined version while developing.
These combined versions are generated by a Makefile and the script `combine-perl.pl`, generating them is just a matter of typing `make`.
When you're working on `get_flash_videos`, please try to keep the "just works" nature of the script. We mostly just want the script to be given a URL as a parameter, and then "just work" - options shouldn't be necessary for normal usage.
You can get the source from github.