1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-11-06 02:03:00 +00:00

put local foo into local foo folder

This commit is contained in:
Christian Schabesberger
2018-04-15 20:29:58 +02:00
parent 004c2fa55a
commit 8ed9d71e14
16 changed files with 37 additions and 41 deletions

View File

@@ -1,9 +1,9 @@
package org.schabi.newpipe.subscription.services;
package org.schabi.newpipe.local.subscription.services;
import org.junit.Test;
import org.schabi.newpipe.extractor.subscription.SubscriptionExtractor;
import org.schabi.newpipe.extractor.subscription.SubscriptionItem;
import org.schabi.newpipe.subscription.ImportExportJsonHelper;
import org.schabi.newpipe.local.subscription.ImportExportJsonHelper;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;