Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New features #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

New features #11

wants to merge 1 commit into from

Conversation

user4me
Copy link

@user4me user4me commented Jan 14, 2015

Hi,

I developped the features you suggested. I used Cheerio as I said. Let me know if something wrong.

Implemented features :

  • Host filtering
  • File type filtering
  • Get all available hosts

Have a nice day !

File type filtering
Get all available hosts

Readme update
.gitignore update (ignore Intellij datas)
// Available files type : Archives | Audio | Video | Docs | Pictures | Applications | CD,DVD
```javascript

var options = {types: Video };
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe those should be strings, right? Like:

var options = {types: 'Video'}

@michalbe
Copy link
Member

@user4me ping?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants