Commit graph

17 commits

Author SHA1 Message Date
Mauricio Colli
a8a4eaf81b Change Json dependency again
The other had some incompatibilities with android.
2017-08-15 23:40:03 -03:00
John Zhen M
645ee5a5ff -Added playlist info item extraction for Youtube and Soundcloud.
-Added playlist collection into search engine.
-Fixed stream info duration exception when parsing 0 second video.
2017-08-15 17:11:38 -07:00
Mauricio Colli
9184fc509c Store errors that can happen during extraction of the next page
- Closes #24
2017-08-12 17:19:56 -03:00
Mauricio Colli
82824cdd72 Create InfoItemExtractor 2017-08-11 15:21:49 -03:00
Mauricio Colli
b719e59fae Change json dependency
The previous was conflicting with the built-in version of android, this should solve it as it has a different package name (with the advantage of being able to receive updates).
2017-08-11 14:29:11 -03:00
Mauricio Colli
03634a2b6a Rollback classes naming 2017-08-10 22:23:09 -03:00
Mauricio Colli
8d88093eb7 Fix getRealIdFromShared occasionally failing 2017-08-10 19:59:41 -03:00
Mauricio Colli
c4f521fbb4 Fix bugs and improve InfoItemExtractors
- Improve livestream detection
2017-08-10 14:50:59 -03:00
Mauricio Colli
5bf2e95d7b Renaming and new fields/methods
- Mainly in PlaylistInfoItem and the collector
2017-08-09 23:50:29 -03:00
Mauricio Colli
5ebb5301c9 Rename some variables and methods 2017-08-08 18:36:11 -03:00
Mauricio Colli
81c2a3cb39 Fix some tests
- Use JSONObject#optString instead of JSONObject#getString to some optional values
- Check if url match the pattern before doing anything (for getId and cleanUrl in the url handlers)
- Ignore the suggestion tests
2017-08-08 12:01:50 -03:00
wb9688
bf845d85aa Add tests for SoundCloud 2017-08-08 08:42:28 +02:00
John Zhen M
e0f1b5cd79 Added description parsing for channel info. 2017-08-07 10:00:36 -07:00
wb9688
c33ee3e409 Rename some stuff 2017-08-07 18:19:10 +02:00
Mauricio Colli
ea5b08db4c Refactor and improvements 2017-08-06 17:20:15 -03:00
Mauricio Colli
171c00a891 Try to fix tests
- Fix double youtube package
2017-08-05 11:15:36 -03:00
wb9688
d88fe691cf Use Gradle 2017-08-05 10:03:56 +02:00